1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-04 16:13:50 +00:00

Remove DISPLAYLIST_SETTING

This commit is contained in:
twinaphex 2016-06-15 14:55:13 +02:00
parent 5f064245c8
commit 3864574541
2 changed files with 0 additions and 15 deletions

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