mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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)
|
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;
|
glui_handle_t *glui = NULL;
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
|
|
||||||
if (!menu)
|
if (!menu)
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user