summaryrefslogtreecommitdiff
path: root/include/menu.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-27 20:17:39 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-27 20:17:39 -0400
commit25355e8530142e6ad88f4173c3c3dc9d881d7fa8 (patch)
tree702b9b02fa7be4df1bb9e4e3173e2cc70152883c /include/menu.h
parent3661177dc197119b53ff4a677359d27272c816e0 (diff)
sub_810B998 and ALL the data
Diffstat (limited to 'include/menu.h')
-rwxr-xr-x[-rw-r--r--]include/menu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/menu.h b/include/menu.h
index 9eeebce60..7d4bc731b 100644..100755
--- a/include/menu.h
+++ b/include/menu.h
@@ -15,12 +15,6 @@ struct MenuAction2
void (*func)(u8);
};
-struct MenuAction3
-{
- void (*func1)(u8);
- void (*func2)(u8);
-};
-
extern const struct MenuAction gMenuYesNoItems[];
extern struct Window gMenuWindow;