summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/menu.h b/apps/menu.h
index d8d9386236..a378bd8402 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -91,11 +91,7 @@ int menu_init(const struct menu_item* mitems, int count, int (*callback)(int, in
91 const char *button1, const char *button2, const char *button3); 91 const char *button1, const char *button2, const char *button3);
92void menu_exit(int menu); 92void menu_exit(int menu);
93 93
94#ifdef HAVE_LCD_CHARCELLS
95void put_cursorxy(int x, int y, bool on); 94void put_cursorxy(int x, int y, bool on);
96#else
97#define put_cursorxy(...)
98#endif
99 95
100 /* Returns below define, or number of selected menu item*/ 96 /* Returns below define, or number of selected menu item*/
101int menu_show(int m); 97int menu_show(int m);