mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Remove another unused variable
This commit is contained in:
parent
1c56121519
commit
2eae195c73
@ -392,8 +392,6 @@ int menu_entry_get_current_id(bool use_representation)
|
||||
int menu_entry_select(uint32_t i)
|
||||
{
|
||||
menu_entry_t entry;
|
||||
menu_list_t *menu_list = menu_list_get_ptr();
|
||||
|
||||
menu_entry_get(&entry, i, NULL, false);
|
||||
|
||||
return menu_entry_action(&entry, i, MENU_ACTION_SELECT);
|
||||
|
Loading…
x
Reference in New Issue
Block a user