(XMB) Comment out unused variables

This commit is contained in:
twinaphex 2016-04-16 07:33:56 +02:00
parent ae561de0c8
commit 00c7d918e9

View File

@ -227,8 +227,10 @@ typedef struct xmb_handle
gfx_font_raster_block_t raster_block;
} xmb_handle_t;
#if 0
static float ribbon_verts[1536];
static int ribbon_idx[1024];
#endif
static const char *xmb_theme_ident(void)
{