From 1a2b806d0176664eb5dcae32199f53e3990f8470 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 27 Oct 2015 13:00:18 +0100 Subject: [PATCH] (GLUI) Remove unused variables --- menu/drivers/glui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index 9e149a2e78..aaded8fe85 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -305,7 +305,6 @@ static void glui_render(void) if (settings->menu.mouse.enable) { - int16_t mouse_x = menu_input_mouse_state(MENU_MOUSE_X_AXIS); int16_t mouse_y = menu_input_mouse_state(MENU_MOUSE_Y_AXIS); unsigned new_pointer_val = @@ -429,7 +428,7 @@ static void glui_draw_cursor(gl_t *gl, glui_handle_t *glui, static void glui_frame(void) { - unsigned i, header_height; + unsigned header_height; bool display_kb; GRfloat black_bg[16] = { 0, 0, 0, 0.75,