Stub function of null_gfx_restart when HAVE_MENU is defined

This commit is contained in:
twinaphex 2014-02-11 17:10:13 +01:00
parent cd85591211
commit b370d3f048

View File

@ -62,8 +62,7 @@ static void null_gfx_free(void *data)
(void)data;
}
#ifdef RARCH_CONSOLE
static void null_gfx_start(void) {}
#ifdef HAVE_MENU
static void null_gfx_restart(void) {}
#endif