summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-23 02:45:39 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-23 02:45:39 +0000
commit0a3589d1293224a1e2f5f7dea13f357d0dc00595 (patch)
tree8f25c507c8d440abad27955b2634bf5fe0d977b2 /apps
parentedf6b80547f32ce717ffd3044376a7e2e3f8b435 (diff)
downloadrockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.tar.gz
rockbox-0a3589d1293224a1e2f5f7dea13f357d0dc00595.zip
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/menu.c b/apps/menu.c
index f6fd827d54..418ccf309d 100644
--- a/apps/menu.c
+++ b/apps/menu.c
@@ -214,9 +214,11 @@ void menu_exit(int m)
214 214
215void menu_run(int m) 215void menu_run(int m)
216{ 216{
217#ifndef SIMULATOR
217#ifdef HAVE_LCD_BITMAP 218#ifdef HAVE_LCD_BITMAP
218 bool laststate; 219 bool laststate;
219#endif 220#endif
221#endif
220 222
221 menu_draw(m); 223 menu_draw(m);
222 224