From c0c77c66bfc84ad4c4d61780cbc64ea8bef05511 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 20 Apr 2015 23:19:14 +0200 Subject: [PATCH] (iOS) remove loadingCore --- ui/drivers/cocoa/cocoa_common.h | 1 - ui/drivers/ui_cocoatouch.m | 5 ----- 2 files changed, 6 deletions(-) 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();