From 1822bf15d548b3c48fc6ccc5ce5aeea6d0130653 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 6 Sep 2015 20:04:00 +0200 Subject: [PATCH] cleanup unused variable --- menu/drivers/glui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/glui.c b/menu/drivers/glui.c index a1603d69ba..15324c5263 100644 --- a/menu/drivers/glui.c +++ b/menu/drivers/glui.c @@ -101,7 +101,7 @@ static void glui_render_quad(gl_t *gl, int x, int y, int w, int h, float r, float g, float b, float a, GRfloat *coord_color) { GRfloat color[16]; - unsigned width, height; + unsigned height; struct gfx_coords coords; menu_handle_t *menu = menu_driver_get_ptr(); glui_handle_t *glui = (glui_handle_t*)menu->userdata;