mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-21 20:22:43 +00:00
(XMB) Comment out unused variables
This commit is contained in:
parent
ae561de0c8
commit
00c7d918e9
@ -227,8 +227,10 @@ typedef struct xmb_handle
|
|||||||
gfx_font_raster_block_t raster_block;
|
gfx_font_raster_block_t raster_block;
|
||||||
} xmb_handle_t;
|
} xmb_handle_t;
|
||||||
|
|
||||||
|
#if 0
|
||||||
static float ribbon_verts[1536];
|
static float ribbon_verts[1536];
|
||||||
static int ribbon_idx[1024];
|
static int ribbon_idx[1024];
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char *xmb_theme_ident(void)
|
static const char *xmb_theme_ident(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user