diff options
| author | Justin Heiner <jheiner@rockbox.org> | 2002-08-23 02:45:39 +0000 |
|---|---|---|
| committer | Justin Heiner <jheiner@rockbox.org> | 2002-08-23 02:45:39 +0000 |
| commit | 0a3589d1293224a1e2f5f7dea13f357d0dc00595 (patch) | |
| tree | 8f25c507c8d440abad27955b2634bf5fe0d977b2 /apps | |
| parent | edf6b80547f32ce717ffd3044376a7e2e3f8b435 (diff) | |
| download | rockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.zip rockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.tar.gz rockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.tar.bz2 rockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.tar.xz | |
OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c index f6fd827..418ccf3 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -214,9 +214,11 @@ void menu_exit(int m) void menu_run(int m) { +#ifndef SIMULATOR #ifdef HAVE_LCD_BITMAP bool laststate; #endif +#endif menu_draw(m); |