mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Remove DISPLAYLIST_SETTING
This commit is contained in:
parent
5f064245c8
commit
3864574541
@ -3525,20 +3525,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
info->label, info->type, info->directory_ptr, 0);
|
||||
menu->push_help_screen = false;
|
||||
break;
|
||||
case DISPLAYLIST_SETTING:
|
||||
{
|
||||
menu_displaylist_ctx_parse_entry_t *entry =
|
||||
(menu_displaylist_ctx_parse_entry_t*)data;
|
||||
|
||||
if (menu_displaylist_parse_settings(entry->data,
|
||||
entry->info,
|
||||
entry->info_label,
|
||||
entry->parse_type,
|
||||
entry->add_empty_entry) == -1)
|
||||
goto error;
|
||||
|
||||
}
|
||||
return true;
|
||||
case DISPLAYLIST_SETTING_ENUM:
|
||||
{
|
||||
menu_displaylist_ctx_parse_entry_t *entry =
|
||||
|
@ -52,7 +52,6 @@ enum menu_displaylist_ctl_state
|
||||
DISPLAYLIST_HELP_SCREEN_LIST,
|
||||
DISPLAYLIST_MAIN_MENU,
|
||||
DISPLAYLIST_GENERIC,
|
||||
DISPLAYLIST_SETTING,
|
||||
DISPLAYLIST_SETTING_ENUM,
|
||||
DISPLAYLIST_SETTINGS,
|
||||
DISPLAYLIST_SETTINGS_ALL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user