mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Remove unused EVENT_CMD_DATA_RUNLOOP_FREE
This commit is contained in:
parent
635ee4992f
commit
96f1a417ed
@ -1421,8 +1421,6 @@ bool event_command(enum event_command cmd)
|
||||
core_info_list_free(global->core_info.list);
|
||||
global->core_info.list = NULL;
|
||||
break;
|
||||
case EVENT_CMD_DATA_RUNLOOP_FREE:
|
||||
break;
|
||||
case EVENT_CMD_CORE_INFO_INIT:
|
||||
event_command(EVENT_CMD_CORE_INFO_DEINIT);
|
||||
|
||||
|
@ -204,8 +204,7 @@ enum event_command
|
||||
EVENT_CMD_REMAPPING_DEINIT,
|
||||
EVENT_CMD_VOLUME_UP,
|
||||
EVENT_CMD_VOLUME_DOWN,
|
||||
EVENT_CMD_SET_FRAME_LIMIT,
|
||||
EVENT_CMD_DATA_RUNLOOP_FREE
|
||||
EVENT_CMD_SET_FRAME_LIMIT
|
||||
};
|
||||
|
||||
typedef struct event_cmd_state
|
||||
|
Loading…
x
Reference in New Issue
Block a user