From ff79b492aed97813e91e97ad813acb88a959c865 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 15 Jun 2015 06:04:18 +0200 Subject: [PATCH] Remove two unused variables --- menu/menu_list.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu/menu_list.c b/menu/menu_list.c index 32f317c27f..922df5a335 100644 --- a/menu/menu_list.c +++ b/menu/menu_list.c @@ -262,8 +262,6 @@ void menu_list_flush_stack(menu_list_t *list, size_t entry_idx = 0; menu_handle_t *menu = menu_driver_get_ptr(); menu_navigation_t *nav = menu_navigation_get_ptr(); - uint32_t needle_hash = needle ? djb2_calculate(needle) : 0; - uint32_t label_hash = label ? djb2_calculate(label) : 0; if (!menu || !list) return;