(Menu) Cleanup

This commit is contained in:
twinaphex 2015-06-08 13:32:54 +02:00
parent f56af4fd46
commit ba1549796c

View File

@ -540,14 +540,11 @@ static int menu_entries_cbs_init_bind_title_compare_label(menu_file_list_cbs_t *
if (setting) if (setting)
{ {
if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP) if (!strcmp(setting->parent_group, "Main Menu") && setting->type == ST_GROUP)
{
if (elem1[0] != '\0')
{ {
cbs->action_get_title = action_get_title_group_settings; cbs->action_get_title = action_get_title_group_settings;
return 0; return 0;
} }
} }
}
switch (label_hash) switch (label_hash)
{ {