remove unused variables
This commit is contained in:
parent
8e53ce6184
commit
6d65c5157a
|
@ -656,7 +656,6 @@ static void xmb_draw_icon(
|
||||||
{
|
{
|
||||||
menu_display_ctx_draw_t draw;
|
menu_display_ctx_draw_t draw;
|
||||||
struct video_coords coords;
|
struct video_coords coords;
|
||||||
unsigned i;
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
(x < (-icon_size / 2.0f)) ||
|
(x < (-icon_size / 2.0f)) ||
|
||||||
|
@ -722,7 +721,6 @@ static void xmb_draw_thumbnail(
|
||||||
float x, float y,
|
float x, float y,
|
||||||
float w, float h, uintptr_t texture)
|
float w, float h, uintptr_t texture)
|
||||||
{
|
{
|
||||||
unsigned i;
|
|
||||||
menu_display_ctx_rotate_draw_t rotate_draw;
|
menu_display_ctx_rotate_draw_t rotate_draw;
|
||||||
menu_display_ctx_draw_t draw;
|
menu_display_ctx_draw_t draw;
|
||||||
struct video_coords coords;
|
struct video_coords coords;
|
||||||
|
|
Loading…
Reference in New Issue