mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
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…
x
Reference in New Issue
Block a user