From 2e5530b531614ef7558af8f8e0d3bdf08e7c127d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Jan 2019 02:32:27 +0100 Subject: [PATCH] Take out unused variable --- menu/drivers/rgui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/rgui.c b/menu/drivers/rgui.c index e7d125a7b4..40e20ddf73 100644 --- a/menu/drivers/rgui.c +++ b/menu/drivers/rgui.c @@ -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 */