diff options
Diffstat (limited to 'apps/menu.h')
| -rw-r--r-- | apps/menu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/menu.h b/apps/menu.h index dbe5151..88a0372 100644 --- a/apps/menu.h +++ b/apps/menu.h @@ -28,9 +28,6 @@ struct menu_items { bool (*function) (void); /* return true if USB was connected */ }; -/* convenience macro to have both string and ID as arguments */ -#define STR(id) str(id), id - int menu_init(struct menu_items* items, int count, int (*callback) (int keycode, int menu)); void menu_exit(int menu); |