summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 20:04:10 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 20:04:10 +0000
commitb08d728ac9dfa53241fd006a4e3c146932c196fe (patch)
tree4337822ad9389c83c26c8ba956b15ab45f5b9e59 /src/window_gui.h
parent6a50687bdcf4e3b68ce446335514dce02f020a9c (diff)
downloadopenttd-b08d728ac9dfa53241fd006a4e3c146932c196fe.tar.xz
(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 84a1c22d3..e63716279 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -515,17 +515,6 @@ public:
/*** End of the event handling ***/
};
-struct menu_d {
- byte item_count; ///< follow_vehicle
- byte sel_index; ///< scrollpos_x
- byte main_button; ///< scrollpos_y
- byte action_id;
- StringID string_id; ///< unk30
- uint16 checked_items; ///< unk32
- byte disabled_items;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(menu_d));
-
struct def_d {
int16 data_1, data_2, data_3;
};