mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(CocoaTouch) Remove classes that are no longer used - RADirectoryList and friends
This commit is contained in:
parent
49e6806ddd
commit
53dcdfbf08
@ -300,25 +300,6 @@ static void RunActionSheet(const char* title, const struct string_list* items,
|
|||||||
@interface RAMenuItemPathDir : RAMenuItemBase
|
@interface RAMenuItemPathDir : RAMenuItemBase
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface RADirectoryItem : NSObject
|
|
||||||
@property (nonatomic) NSString* path;
|
|
||||||
@property (nonatomic) bool isDirectory;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@interface RADirectoryList : RAMenuBase<UIActionSheetDelegate>
|
|
||||||
@property (nonatomic, weak) RADirectoryItem* selectedItem;
|
|
||||||
|
|
||||||
@property (nonatomic, copy) void (^chooseAction)(RADirectoryList* list, RADirectoryItem* item);
|
|
||||||
@property (nonatomic, copy) NSString* path;
|
|
||||||
@property (nonatomic, copy) NSString* extensions;
|
|
||||||
|
|
||||||
@property (nonatomic) bool allowBlank;
|
|
||||||
@property (nonatomic) bool forDirectory;
|
|
||||||
|
|
||||||
- (id)initWithPath:(NSString*)path extensions:(const char*)extensions action:(void (^)(RADirectoryList* list, RADirectoryItem* item))action;
|
|
||||||
- (void)browseTo:(NSString*)path;
|
|
||||||
@end
|
|
||||||
|
|
||||||
@implementation RAMenuItemPathDir
|
@implementation RAMenuItemPathDir
|
||||||
|
|
||||||
- (void)wasSelectedOnTableView:(UITableView*)tableView
|
- (void)wasSelectedOnTableView:(UITableView*)tableView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user