Remove another unused variable

This commit is contained in:
Twinaphex 2015-06-01 07:40:36 +02:00
parent 1c56121519
commit 2eae195c73

View File

@ -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);