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
commit89ff74fa73b68e79c44830d420b69444e51c3b05 (patch)
tree1661f6eed42f8c6bc72dfa3d80cc8ecb304bc82e /src/window_gui.h
parentb21b003f904a5f52e3d0ec1189e5a421af96d559 (diff)
downloadopenttd-89ff74fa73b68e79c44830d420b69444e51c3b05.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;
};