mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(menu_cbs_start.c) Remove #if 0
This commit is contained in:
parent
ca2c2feda5
commit
643557d9d6
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue