From 8ca684527f927bd8894c60b5cc1ba95483615f2a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Oct 2015 02:55:10 +0200 Subject: [PATCH] Cleanups --- menu/drivers/menu_generic.c | 1 - menu/drivers/xmb.c | 1 - 2 files changed, 2 deletions(-) diff --git a/menu/drivers/menu_generic.c b/menu/drivers/menu_generic.c index 53f73bcb41..baf6dbfa66 100644 --- a/menu/drivers/menu_generic.c +++ b/menu/drivers/menu_generic.c @@ -372,7 +372,6 @@ bool generic_menu_init_list(void *data) info.list = selection_buf; info.type = MENU_SETTINGS; - info.flags = SL_FLAG_MAIN_MENU | SL_FLAG_SETTINGS; strlcpy(info.label, menu_hash_to_str(MENU_VALUE_MAIN_MENU), sizeof(info.label)); menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0); diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 4d197b812f..3631d522ec 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2600,7 +2600,6 @@ static bool xmb_menu_init_list(void *data) info.list = selection_buf; info.type = MENU_SETTINGS; - info.flags = SL_FLAG_MAIN_MENU | SL_FLAG_SETTINGS; strlcpy(info.label, menu_hash_to_str(MENU_VALUE_MAIN_MENU), sizeof(info.label)); menu_entries_push(menu_stack, info.path, info.label, info.type, info.flags, 0);