(Cocoa) Get rid of RetroArch_Platform

This commit is contained in:
Twinaphex 2015-04-21 11:55:12 +02:00
parent 5810a49866
commit e77f43530e

View File

@ -24,9 +24,6 @@
#include "../../settings.h"
#include "../../menu/menu.h"
@protocol RetroArch_Platform
@end
#if defined(HAVE_COCOATOUCH)
#include <UIKit/UIKit.h>
@ -65,7 +62,7 @@ extern apple_frontend_settings_t apple_frontend_settings;
+ (CocoaView*)get;
@end
@interface RetroArch_iOS : UINavigationController<UIApplicationDelegate, UINavigationControllerDelegate, RetroArch_Platform>
@interface RetroArch_iOS : UINavigationController<UIApplicationDelegate, UINavigationControllerDelegate>
@property (nonatomic) UIWindow* window;
@property (nonatomic) NSString* documentsDirectory;
@ -99,7 +96,7 @@ void get_ios_version(int *major, int *minor);
@end
@interface RetroArch_OSX : NSObject<RetroArch_Platform>
@interface RetroArch_OSX : NSObject
{
NSWindow* _window;
NSWindowController* _settingsWindow;