Remove unused variable

This commit is contained in:
Twinaphex 2016-06-20 01:30:12 +02:00
parent 5075712cac
commit ed75a83e6a

View File

@ -142,7 +142,6 @@ bool menu_navigation_ctl(enum menu_navigation_ctl_state state, void *data)
case MENU_NAVIGATION_CTL_ASCEND_ALPHABET:
{
size_t i = 0, ptr;
bool scrolled_down = false;
size_t *ptr_out = (size_t*)&selection_ptr;
size_t menu_list_size = menu_entries_get_size();