summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:36:32 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:36:32 +0000
commit492d13283160ee0ffebf6bb304d347b8da2240db (patch)
treebd57ff8435e6d037478ae0f621756c0cb3194a8b /src/window_gui.h
parentbf54e0ba1c939f0aaa544d80edc4fbde77f66140 (diff)
downloadopenttd-492d13283160ee0ffebf6bb304d347b8da2240db.tar.xz
(svn r12470) -Codechange: split order related types from order.h (and openttd.h) to order_type.h.
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index de3c2f231..0787e9cb4 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -361,15 +361,6 @@ struct smallmap_d {
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d));
-struct refit_d {
- int sel;
- struct RefitOption *cargo;
- struct RefitList *list;
- uint length;
- VehicleOrderID order;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
-
struct vp_d {
VehicleID follow_vehicle;
int32 scrollpos_x;