Remove unused variables

This commit is contained in:
twinaphex 2016-06-11 22:19:40 +02:00
parent 7dc6d0f369
commit 0c87175a61

View File

@ -1184,7 +1184,6 @@ bool retroarch_validate_game_options(char *s, size_t len, bool mkdir)
const char *game_name = NULL;
rarch_system_info_t *system = NULL;
global_t *global = global_get_ptr();
settings_t *settings = config_get_ptr();
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);