From 1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Nov 2003 07:48:57 +0000 Subject: yellow build is bad green build is good git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4056 a1c6a512-1295-4272-9138-f99709370657 --- apps/menu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/menu.c b/apps/menu.c index c7e3381985..6589ec7be5 100644 --- a/apps/menu.c +++ b/apps/menu.c @@ -255,8 +255,6 @@ int menu_show(int m) menu_lines = (LCD_HEIGHT - STATUSBAR_HEIGHT) / fh; else menu_lines = LCD_HEIGHT/fh; -#else - int menu_lines = MENU_LINES; #endif menu_draw(m); -- cgit v1.2.3