From da88ca7a092fdbe22514362fddd9a82e193cc5b3 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Tue, 16 Oct 2012 12:50:02 +0100 Subject: [PATCH] Get rid of unused variable in getCacheSize() --- pic.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pic.c b/pic.c index 4035fdd3f..aaec55744 100644 --- a/pic.c +++ b/pic.c @@ -53,7 +53,7 @@ static uint8_t *rgbToGrayscale(uint8_t *image, int width, int height) if (!buf) return NULL; - for (x = 0; x