Get rid of unused global variable

This commit is contained in:
twinaphex 2016-09-17 16:15:08 +02:00
parent 4a4c613ee1
commit 272f045c40

View File

@ -940,7 +940,6 @@ bool rarch_environment_cb(unsigned cmd, void *data)
{
unsigned p;
settings_t *settings = config_get_ptr();
global_t *global = global_get_ptr();
rarch_system_info_t *system = NULL;
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);