mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
bbe0d6d633
commit
1b94cbc1ef
1 changed files with 0 additions and 2 deletions
|
|
@ -494,9 +494,7 @@ int read_bmp_fd(int fd,
|
||||||
unsigned int resize = IMG_NORESIZE;
|
unsigned int resize = IMG_NORESIZE;
|
||||||
|
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
bool remote = false;
|
|
||||||
if (format & FORMAT_REMOTE) {
|
if (format & FORMAT_REMOTE) {
|
||||||
remote = true;
|
|
||||||
#if LCD_REMOTE_DEPTH == 1
|
#if LCD_REMOTE_DEPTH == 1
|
||||||
format = FORMAT_MONO;
|
format = FORMAT_MONO;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue