mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove #if 0
This commit is contained in:
parent
1eddb67770
commit
372c51f5b9
@ -3902,17 +3902,6 @@ static bool menu_displaylist_push_internal(
|
|||||||
sizeof(info->label));
|
sizeof(info->label));
|
||||||
|
|
||||||
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
menu_entries_ctl(MENU_ENTRIES_CTL_CLEAR, info->list);
|
||||||
#if 0
|
|
||||||
#if defined(HAVE_VIDEO_PROCESSOR)
|
|
||||||
menu_entries_append_enum(info->list,
|
|
||||||
msg_hash_to_str(
|
|
||||||
MENU_ENUM_LABEL_VALUE_START_VIDEO_PROCESSOR),
|
|
||||||
msg_hash_to_str(
|
|
||||||
MENU_ENUM_LABEL_START_VIDEO_PROCESSOR),
|
|
||||||
MENU_ENUM_LABEL_START_VIDEO_PROCESSOR,
|
|
||||||
0, 0, 0);
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
menu_displaylist_ctl(DISPLAYLIST_VIDEO_HISTORY, info);
|
menu_displaylist_ctl(DISPLAYLIST_VIDEO_HISTORY, info);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user