mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-21 10:20:21 +00:00
(GLUI) Remove unused variable
This commit is contained in:
parent
ea5f8ec4d2
commit
b0c94e22fb
@ -1270,9 +1270,9 @@ static void glui_preswitch_tabs(unsigned action)
|
||||
|
||||
static void glui_list_cache(menu_list_type_t type, unsigned action)
|
||||
{
|
||||
size_t stack_size, list_size;
|
||||
size_t list_size;
|
||||
glui_handle_t *glui = NULL;
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
|
||||
if (!menu)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user