summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
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;
};