(menu_cbs_start.c) Remove #if 0

This commit is contained in:
twinaphex 2016-06-17 21:07:02 +02:00
parent ca2c2feda5
commit 643557d9d6

View File

@ -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)
{