mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Remove unused variable
This commit is contained in:
parent
5075712cac
commit
ed75a83e6a
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user