From 1b94cbc1efbcb55977d29cadc78e6beff01e9518 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sat, 3 Sep 2011 10:49:10 +0000 Subject: [PATCH] Remove 'set but not used' warning by GCC 4.6.1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30416 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/bmp.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index d6f61d1c87..9214422bf0 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -494,9 +494,7 @@ int read_bmp_fd(int fd, unsigned int resize = IMG_NORESIZE; #ifdef HAVE_REMOTE_LCD - bool remote = false; if (format & FORMAT_REMOTE) { - remote = true; #if LCD_REMOTE_DEPTH == 1 format = FORMAT_MONO; #endif