summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-11 21:19:03 +0000
committerrubidium <rubidium@openttd.org>2008-04-11 21:19:03 +0000
commit00d23c57b3686b4ee07683dadd74d42708386fec (patch)
tree1661f6eed42f8c6bc72dfa3d80cc8ecb304bc82e /src/window_gui.h
parent02a907f3060b89d461d6286af7f1528742114ea5 (diff)
downloadopenttd-00d23c57b3686b4ee07683dadd74d42708386fec.tar.xz
(svn r12663) -Codechange: move the definition from 'order_d' to a more appropriate place and do not misuse it for the time table GUI.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 990bed27b..dc28614b0 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -390,11 +390,6 @@ struct depot_d {
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(depot_d));
-struct order_d {
- int sel;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(order_d));
-
struct vehicledetails_d {
byte tab;
};