mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(GLUI) remove unused variables
This commit is contained in:
parent
d637ef0683
commit
e3637e0492
@ -221,7 +221,6 @@ end:
|
|||||||
static void glui_draw_cursor(glui_handle_t *glui,
|
static void glui_draw_cursor(glui_handle_t *glui,
|
||||||
float x, float y, unsigned width, unsigned height)
|
float x, float y, unsigned width, unsigned height)
|
||||||
{
|
{
|
||||||
bool mouse_scrolldown, mouse_scrollup;
|
|
||||||
unsigned new_mouse_ptr = 0;
|
unsigned new_mouse_ptr = 0;
|
||||||
menu_handle_t *menu = menu_driver_get_ptr();
|
menu_handle_t *menu = menu_driver_get_ptr();
|
||||||
gl_t *gl = NULL;
|
gl_t *gl = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user