mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Remove two unused variables
This commit is contained in:
parent
bc592859cc
commit
ff79b492ae
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user