mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
(menu_cbs_start.c) Remove #if 0
This commit is contained in:
parent
ca2c2feda5
commit
643557d9d6
@ -323,7 +323,6 @@ static int action_start_lookup_setting(unsigned type, const char *label)
|
||||
static int menu_cbs_init_bind_start_compare_label(menu_file_list_cbs_t *cbs,
|
||||
uint32_t hash)
|
||||
{
|
||||
#if 0
|
||||
if (cbs->enum_idx != MENU_ENUM_LABEL_UNKNOWN)
|
||||
{
|
||||
switch (cbs->enum_idx)
|
||||
@ -356,7 +355,6 @@ static int menu_cbs_init_bind_start_compare_label(menu_file_list_cbs_t *cbs,
|
||||
}
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
switch (hash)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user