mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 06:40:14 +00:00
Cleanup
This commit is contained in:
parent
73116f9af3
commit
69eff40e0d
@ -27,11 +27,6 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct ui_application_cocoa
|
||||
{
|
||||
void *empty;
|
||||
} ui_application_cocoa_t;
|
||||
|
||||
typedef struct ui_window_cocoa
|
||||
{
|
||||
void *data;
|
||||
|
@ -48,6 +48,11 @@
|
||||
|
||||
#include "ui_cocoa.h"
|
||||
|
||||
typedef struct ui_application_cocoa
|
||||
{
|
||||
void *empty;
|
||||
} ui_application_cocoa_t;
|
||||
|
||||
/* TODO/FIXME - static global variables */
|
||||
static int waiting_argc;
|
||||
static char **waiting_argv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user