mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Take out unused variable
This commit is contained in:
parent
4f53e14f4f
commit
2e5530b531
@ -644,7 +644,7 @@ static void load_thumbnail(const char *path)
|
||||
{
|
||||
unsigned width, height;
|
||||
uint32_t *png_data = NULL;
|
||||
unsigned x, y, index;
|
||||
unsigned x, y;
|
||||
unsigned x_offset, y_offset;
|
||||
|
||||
/* Do nothing if current thumbnail path hasn't changed */
|
||||
|
Loading…
x
Reference in New Issue
Block a user