summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 8102340ae..cc72d2613 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -527,10 +527,8 @@ struct menu_d {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
struct def_d {
- int16 data_1, data_2, data_3;
- int16 data_4, data_5;
bool close;
- byte byte_1;
+ int16 data_1, data_2, data_3;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));