Take out unused variable

This commit is contained in:
twinaphex 2019-01-20 02:32:27 +01:00
parent 4f53e14f4f
commit 2e5530b531

View File

@ -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 */