summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
commitcd3dda5c0c38065f1431a4c74445318813f3703e (patch)
tree3fefe2a159f75c187fcc4b7994a33266be72343e /src/window_gui.h
parentcabd771fc0b99d42aaa7e172172ad39211933461 (diff)
downloadopenttd-cd3dda5c0c38065f1431a4c74445318813f3703e.tar.xz
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index fbc39f030..27f914770 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -384,12 +384,6 @@ struct void_d {
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(void_d));
-struct tree_d {
- uint16 base;
- uint16 count;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d));
-
struct tooltips_d {
StringID string_id;
byte paramcount;