summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-20 07:48:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-20 07:48:57 +0000
commit1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a (patch)
treea98064dc4d26802cdf2bb68948ac7b92efe1fb99
parentf1659a3957c184f2456eea0fb22ce8dc74d078fd (diff)
downloadrockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.tar.gz
rockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.zip
yellow build is bad
green build is good git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4056 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/menu.c2
1 files changed, 0 insertions, 2 deletions
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)
255 menu_lines = (LCD_HEIGHT - STATUSBAR_HEIGHT) / fh; 255 menu_lines = (LCD_HEIGHT - STATUSBAR_HEIGHT) / fh;
256 else 256 else
257 menu_lines = LCD_HEIGHT/fh; 257 menu_lines = LCD_HEIGHT/fh;
258#else
259 int menu_lines = MENU_LINES;
260#endif 258#endif
261 259
262 menu_draw(m); 260 menu_draw(m);