mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
(iOS) Remove useless forward decl
This commit is contained in:
parent
d18f705873
commit
b97dadd0e3
@ -37,9 +37,8 @@
|
|||||||
id<RetroArch_Platform> apple_platform;
|
id<RetroArch_Platform> apple_platform;
|
||||||
static CFRunLoopObserverRef iterate_observer;
|
static CFRunLoopObserverRef iterate_observer;
|
||||||
|
|
||||||
void main_exit_save_config(void);
|
static void rarch_draw(CFRunLoopObserverRef observer,
|
||||||
|
CFRunLoopActivity activity, void *info)
|
||||||
static void rarch_draw(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info)
|
|
||||||
{
|
{
|
||||||
runloop_t *runloop = rarch_main_get_ptr();
|
runloop_t *runloop = rarch_main_get_ptr();
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@ -532,7 +531,8 @@ static void ui_companion_cocoatouch_deinit(void *data)
|
|||||||
|
|
||||||
static void *ui_companion_cocoatouch_init(void)
|
static void *ui_companion_cocoatouch_init(void)
|
||||||
{
|
{
|
||||||
ui_companion_cocoatouch_t *handle = (ui_companion_cocoatouch_t*)calloc(1, sizeof(*handle));
|
ui_companion_cocoatouch_t *handle = (ui_companion_cocoatouch_t*)
|
||||||
|
calloc(1, sizeof(*handle));
|
||||||
|
|
||||||
if (!handle)
|
if (!handle)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user