From 6d65c5157a29d80a62c0183f7c8897f3cf7d33e9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sat, 9 Sep 2017 07:22:25 +0200 Subject: [PATCH] remove unused variables --- menu/drivers/xmb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index f3f4c7357c..a372f132e3 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -656,7 +656,6 @@ static void xmb_draw_icon( { menu_display_ctx_draw_t draw; struct video_coords coords; - unsigned i; if ( (x < (-icon_size / 2.0f)) || @@ -722,7 +721,6 @@ static void xmb_draw_thumbnail( float x, float y, float w, float h, uintptr_t texture) { - unsigned i; menu_display_ctx_rotate_draw_t rotate_draw; menu_display_ctx_draw_t draw; struct video_coords coords;