From 0a3589d1293224a1e2f5f7dea13f357d0dc00595 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Fri, 23 Aug 2002 02:45:39 +0000 Subject: 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 --- apps/menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/menu.c b/apps/menu.c index f6fd827d54..418ccf309d 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -214,8 +214,10 @@ void menu_exit(int m) void menu_run(int m) { +#ifndef SIMULATOR #ifdef HAVE_LCD_BITMAP bool laststate; +#endif #endif menu_draw(m); -- cgit v1.2.3