From cc9907e64c77b5eb29933c2e5e9d031ef033d7c9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 22 Oct 2015 02:58:41 +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 baf6dbfa66..3dfd3525ba 100644 --- a/menu/drivers/menu_generic.c +++ b/menu/drivers/menu_generic.c @@ -371,7 +371,6 @@ bool generic_menu_init_list(void *data) file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(); info.list = selection_buf; - info.type = MENU_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 3631d522ec..44553dce71 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2599,7 +2599,6 @@ static bool xmb_menu_init_list(void *data) menu_handle_t *menu = (menu_handle_t*)data; info.list = selection_buf; - info.type = MENU_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);