diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index fc5b13314b..f567464e44 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -173,7 +173,6 @@ extern apple_frontend_settings_t apple_frontend_settings; - (void)showGameView; - (void)toggleUI; -- (void)loadingCore:(NSString*)core withFile:(const char*)file; - (void)unloadingCore; - (void)refreshSystemConfig; diff --git a/ui/drivers/ui_cocoatouch.m b/ui/drivers/ui_cocoatouch.m index d410f00938..c3888644c5 100644 --- a/ui/drivers/ui_cocoatouch.m +++ b/ui/drivers/ui_cocoatouch.m @@ -404,11 +404,6 @@ enum [self.window setRootViewController:self]; } -- (void)loadingCore:(NSString*)core withFile:(const char*)file -{ - -} - - (void)toggleUI { runloop_t *runloop = rarch_main_get_ptr();