(XMB) Cleanups

This commit is contained in:
twinaphex 2016-04-18 02:10:24 +02:00
parent c7be8edd89
commit 8a8a270159

View File

@ -2342,6 +2342,7 @@ static void xmb_init_ribbon(xmb_handle_t * xmb)
{
#ifdef XMB_RIBBON_ENABLE
gfx_coords_t coords;
menu_display_ctx_coord_draw_t coord_draw;
float ribbon_verts[XMB_RIBBON_VERTICES];
unsigned r, c;
unsigned i = 0;
@ -2361,8 +2362,6 @@ static void xmb_init_ribbon(xmb_handle_t * xmb)
}
}
menu_display_ctx_coord_draw_t coord_draw;
menu_display_ctl(MENU_DISPLAY_CTL_TEX_COORDS_GET, &coord_draw);
coords.color = white;