(XMB) Kill off unused variable (was generating a warning)

This commit is contained in:
twinaphex 2015-03-09 02:00:16 +01:00
parent f87f3596ef
commit 342d4fb1f9

View File

@ -1143,7 +1143,7 @@ static void xmb_draw_items(xmb_handle_t *xmb, gl_t *gl,
static void xmb_draw_cursor(gl_t *gl, xmb_handle_t *xmb, float x, float y)
{
struct gl_coords coords;
math_matrix_4x4 mymat, mrot, mscal;
math_matrix_4x4 mymat, mrot;
GLfloat color[] = {
1.0f, 1.0f, 1.0f, xmb->alpha,