summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/menu.h b/apps/menu.h
index dbe5151178..88a0372299 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -28,9 +28,6 @@ struct menu_items {
28 bool (*function) (void); /* return true if USB was connected */ 28 bool (*function) (void); /* return true if USB was connected */
29}; 29};
30 30
31/* convenience macro to have both string and ID as arguments */
32#define STR(id) str(id), id
33
34int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu)); 31int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu));
35void menu_exit(int menu); 32void menu_exit(int menu);
36 33