From edf6b80547f32ce717ffd3044376a7e2e3f8b435 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Fri, 23 Aug 2002 02:26:22 +0000 Subject: Forgot to #ifdef something git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1937 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/menu.c b/apps/menu.c index 1f04ef2249..f6fd827d54 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -214,7 +214,9 @@ void menu_exit(int m) void menu_run(int m) { +#ifdef HAVE_LCD_BITMAP bool laststate; +#endif menu_draw(m); -- cgit v1.2.3