mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-01 14:31:54 +00:00
Remove MENU_ACTION_MESSAGE
This commit is contained in:
parent
e911e91f1b
commit
50468a72ee
@ -405,14 +405,6 @@ int menu_entry_action(menu_entry_t *entry, unsigned i, enum menu_action action)
|
||||
if (cbs && cbs->action_select)
|
||||
ret = cbs->action_select(entry->path, entry->label, entry->type, i);
|
||||
break;
|
||||
case MENU_ACTION_MESSAGE:
|
||||
{
|
||||
menu_display_t *disp = menu_display_get_ptr();
|
||||
if (disp)
|
||||
disp->msg_force = true;
|
||||
}
|
||||
break;
|
||||
|
||||
case MENU_ACTION_SEARCH:
|
||||
menu_input_ctl(MENU_INPUT_CTL_SEARCH_START, NULL);
|
||||
break;
|
||||
|
@ -38,7 +38,6 @@ typedef enum menu_action
|
||||
MENU_ACTION_INFO,
|
||||
MENU_ACTION_SELECT,
|
||||
MENU_ACTION_START,
|
||||
MENU_ACTION_MESSAGE,
|
||||
MENU_ACTION_SCROLL_DOWN,
|
||||
MENU_ACTION_SCROLL_UP,
|
||||
MENU_ACTION_TOGGLE,
|
||||
|
@ -329,12 +329,6 @@ static int action_iterate_menu_viewport(char *s, size_t len,
|
||||
event_command(EVENT_CMD_VIDEO_APPLY_STATE_CHANGES);
|
||||
}
|
||||
break;
|
||||
|
||||
case MENU_ACTION_MESSAGE:
|
||||
if (disp)
|
||||
disp->msg_force = true;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user