mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Remove more unused menu enums
This commit is contained in:
parent
31180dfcf1
commit
9e14a9ceec
@ -1426,8 +1426,6 @@ const char *msg_hash_to_str_es(enum msg_hash_enums msg)
|
||||
return "Cuentas";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
||||
return "Enlace a lista de cuentas";
|
||||
case MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE:
|
||||
return "Activar panel de depuración";
|
||||
case MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT:
|
||||
return "Buscar contenido";
|
||||
case MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION:
|
||||
|
@ -1045,8 +1045,6 @@ const char *msg_hash_to_str_fr(enum msg_hash_enums msg)
|
||||
return "Historique";
|
||||
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
||||
return "Scanner";
|
||||
case MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE:
|
||||
return "Activer le panneau de débogage";
|
||||
case MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU:
|
||||
return "Cacher l'overlay dans le menu";
|
||||
case MENU_ENUM_LABEL_CONTENT_HISTORY_SIZE:
|
||||
|
@ -1150,8 +1150,6 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
||||
return "Account";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
||||
return "Lista degli account";
|
||||
case MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE:
|
||||
return "Abilita pannello di debug";
|
||||
case MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT:
|
||||
return "Scansiona per contenuto";
|
||||
case MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION:
|
||||
|
@ -2044,8 +2044,6 @@ static const char *menu_hash_to_str_jp_label_enum(enum msg_hash_enums msg)
|
||||
return "playlist_entry";
|
||||
case MENU_ENUM_LABEL_SYSTEM_INFO_ENTRY:
|
||||
return "system_info_entry";
|
||||
case MENU_ENUM_LABEL_DEBUG_INFO_ENTRY:
|
||||
return "debug_info_entry";
|
||||
case MENU_ENUM_LABEL_INPUT_USER_1_BINDS:
|
||||
return "1_input_binds_list";
|
||||
case MENU_ENUM_LABEL_INPUT_USER_2_BINDS:
|
||||
@ -2286,8 +2284,6 @@ static const char *menu_hash_to_str_jp_label_enum(enum msg_hash_enums msg)
|
||||
return "directory_settings";
|
||||
case MENU_ENUM_LABEL_PRIVACY_SETTINGS:
|
||||
return "privacy_settings";
|
||||
case MENU_ENUM_LABEL_DEBUG_PANEL_ENABLE:
|
||||
return "debug_panel_enable";
|
||||
case MENU_ENUM_LABEL_HELP_SCANNING_CONTENT:
|
||||
return "help_scanning_content";
|
||||
case MENU_ENUM_LABEL_CHEEVOS_DESCRIPTION:
|
||||
@ -3603,8 +3599,6 @@ const char *msg_hash_to_str_jp(enum msg_hash_enums msg)
|
||||
return "アカウント";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
||||
return "Accounts List Endpoint";
|
||||
case MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE:
|
||||
return "Debug Panel Enable";
|
||||
case MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT:
|
||||
return "Scanning For Content";
|
||||
case MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION:
|
||||
|
@ -2043,8 +2043,6 @@ static const char *menu_hash_to_str_us_label_enum(enum msg_hash_enums msg)
|
||||
return "playlist_entry";
|
||||
case MENU_ENUM_LABEL_SYSTEM_INFO_ENTRY:
|
||||
return "system_info_entry";
|
||||
case MENU_ENUM_LABEL_DEBUG_INFO_ENTRY:
|
||||
return "debug_info_entry";
|
||||
case MENU_ENUM_LABEL_INPUT_USER_1_BINDS:
|
||||
return "1_input_binds_list";
|
||||
case MENU_ENUM_LABEL_INPUT_USER_2_BINDS:
|
||||
@ -2285,8 +2283,6 @@ static const char *menu_hash_to_str_us_label_enum(enum msg_hash_enums msg)
|
||||
return "directory_settings";
|
||||
case MENU_ENUM_LABEL_PRIVACY_SETTINGS:
|
||||
return "privacy_settings";
|
||||
case MENU_ENUM_LABEL_DEBUG_PANEL_ENABLE:
|
||||
return "debug_panel_enable";
|
||||
case MENU_ENUM_LABEL_HELP_SCANNING_CONTENT:
|
||||
return "help_scanning_content";
|
||||
case MENU_ENUM_LABEL_CHEEVOS_DESCRIPTION:
|
||||
@ -3602,8 +3598,6 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg)
|
||||
return "Accounts";
|
||||
case MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END:
|
||||
return "Accounts List Endpoint";
|
||||
case MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE:
|
||||
return "Debug Panel Enable";
|
||||
case MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT:
|
||||
return "Scanning For Content";
|
||||
case MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION:
|
||||
|
@ -391,7 +391,6 @@ enum msg_hash_enums
|
||||
MENU_ENUM_LABEL_RDB_ENTRY,
|
||||
MENU_ENUM_LABEL_URL_ENTRY,
|
||||
MENU_ENUM_LABEL_CORE_OPTION_ENTRY,
|
||||
MENU_ENUM_LABEL_DEBUG_INFO_ENTRY,
|
||||
MENU_ENUM_LABEL_NETWORK_INFO_ENTRY,
|
||||
MENU_ENUM_LABEL_SYSTEM_INFO_ENTRY,
|
||||
MENU_ENUM_LABEL_CORE_INFO_ENTRY,
|
||||
@ -794,9 +793,6 @@ enum msg_hash_enums
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
|
||||
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END,
|
||||
|
||||
MENU_ENUM_LABEL_DEBUG_PANEL_ENABLE,
|
||||
MENU_ENUM_LABEL_VALUE_DEBUG_PANEL_ENABLE,
|
||||
|
||||
MENU_ENUM_LABEL_VALUE_MENU_ENUM_CONTROLS_PROLOG,
|
||||
|
||||
MENU_ENUM_LABEL_VALUE_HELP_WHAT_IS_A_CORE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user