(frontend) Get rid of one redundant RARCH_CONSOLE ifdef

This commit is contained in:
twinaphex 2013-08-10 21:04:52 +02:00
parent d640c16eb3
commit 3fda41bb8a

View File

@ -81,9 +81,7 @@ void rarch_make_dir(const char *x, const char *name)
}
}
}
#endif
#if defined(RARCH_CONSOLE)
void rarch_get_environment_console(void)
{
init_libretro_sym(false);