mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44: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:
|
case MENU_NAVIGATION_CTL_ASCEND_ALPHABET:
|
||||||
{
|
{
|
||||||
size_t i = 0, ptr;
|
size_t i = 0, ptr;
|
||||||
bool scrolled_down = false;
|
|
||||||
size_t *ptr_out = (size_t*)&selection_ptr;
|
size_t *ptr_out = (size_t*)&selection_ptr;
|
||||||
size_t menu_list_size = menu_entries_get_size();
|
size_t menu_list_size = menu_entries_get_size();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user