(XMB) Remove unused variable

This commit is contained in:
Twinaphex 2016-04-17 04:29:37 +02:00
parent 1515c299f1
commit 0f337d49c8

View File

@ -1905,7 +1905,6 @@ static void xmb_draw_ribbon(menu_display_ctx_draw_t *draw)
#ifdef XMB_RIBBON_ENABLE
struct uniform_info uniform_param = {0};
static float t = 0;
int location;
video_shader_ctx_info_t shader_info;
math_matrix_4x4 mymat;
struct gfx_coords coords;