diff options
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); |