summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h
index aea81f5..0871e50 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -23,7 +23,6 @@
#include <stdbool.h>
struct menu_items {
- int id;
char *desc;
void (*function) (void);
};