Remove unused EVENT_CMD_DATA_RUNLOOP_FREE

This commit is contained in:
twinaphex 2015-11-29 00:24:44 +01:00
parent 635ee4992f
commit 96f1a417ed
2 changed files with 1 additions and 4 deletions

View File

@ -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);

View File

@ -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