1
0
Fork 0
forked from len0rd/rockbox

yellow build is bad

green build is good


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-11-20 07:48:57 +00:00
parent f1659a3957
commit 1c8f80a0cb

View file

@ -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);