1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Andree Buschmann 2011-09-03 10:49:10 +00:00
parent bbe0d6d633
commit 1b94cbc1ef

View file

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