mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Cleanup
This commit is contained in:
parent
73116f9af3
commit
69eff40e0d
2 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue