(GLUI) remove unused variables

This commit is contained in:
twinaphex 2015-10-09 20:12:23 +02:00
parent d637ef0683
commit e3637e0492

View File

@ -221,7 +221,6 @@ end:
static void glui_draw_cursor(glui_handle_t *glui,
float x, float y, unsigned width, unsigned height)
{
bool mouse_scrolldown, mouse_scrollup;
unsigned new_mouse_ptr = 0;
menu_handle_t *menu = menu_driver_get_ptr();
gl_t *gl = NULL;