summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 10:49:10 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-03 10:49:10 +0000
commit1b94cbc1efbcb55977d29cadc78e6beff01e9518 (patch)
treecb4db35022ddab7ae00bbe9b84dac3319a53c3f7 /apps
parentbbe0d6d633aa559f8a7be9c94aa912548c2bb1a3 (diff)
downloadrockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.tar.gz
rockbox-1b94cbc1efbcb55977d29cadc78e6beff01e9518.zip
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
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/bmp.c2
1 files changed, 0 insertions, 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