diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-11-20 07:48:57 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-20 07:48:57 +0000 |
| commit | 1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a (patch) | |
| tree | a98064dc4d26802cdf2bb68948ac7b92efe1fb99 /apps/menu.c | |
| parent | f1659a3957c184f2456eea0fb22ce8dc74d078fd (diff) | |
| download | rockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.zip rockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.tar.gz rockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.tar.bz2 rockbox-1c8f80a0cb98b2eadc1dcf3aa1111cfe49fc2c7a.tar.xz | |
yellow build is bad
green build is good
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4056 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menu.c')
| -rw-r--r-- | apps/menu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/menu.c b/apps/menu.c index c7e3381..6589ec7 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); |