mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Remove unused variable
This commit is contained in:
parent
287fc9dd2c
commit
107cb53b5a
@ -484,7 +484,6 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
static core_info_t *core_info_current = NULL;
|
||||
static core_info_list_t *core_info_curr_list = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
global_t *global = NULL;
|
||||
|
||||
switch (state)
|
||||
{
|
||||
@ -911,7 +910,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data)
|
||||
break;
|
||||
case RUNLOOP_CTL_GLOBAL_FREE:
|
||||
{
|
||||
global_t *global;
|
||||
global_t *global = NULL;
|
||||
event_command(EVENT_CMD_TEMPORARY_CONTENT_DEINIT);
|
||||
event_command(EVENT_CMD_SUBSYSTEM_FULLPATHS_DEINIT);
|
||||
event_command(EVENT_CMD_RECORD_DEINIT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user