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 ee2d9e7f40..df5f7ced9f 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -41,7 +41,6 @@ enum menu_item_type {
41}; 41};
42#define MENU_TYPE_MASK 0xF /* MT_* type */ 42#define MENU_TYPE_MASK 0xF /* MT_* type */
43 43
44typedef int (*menu_function)(void);
45struct menu_func { 44struct menu_func {
46 union { 45 union {
47 int (*function_w_param)(void* param); /* intptr_t instead of void* 46 int (*function_w_param)(void* param); /* intptr_t instead of void*