summaryrefslogtreecommitdiff
path: root/apps/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.c')
-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);