summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-24 18:05:55 +0000
committerrubidium <rubidium@openttd.org>2009-11-24 18:05:55 +0000
commit14300d309c01591b9dd2b4c8fb0180fec69bddb0 (patch)
tree27fa96cc5e58d694c671eeb6c5c23cce8a93bcf5 /src/vehicle_gui.h
parent91865c33da8df050165d8e692e22dde9048572ed (diff)
downloadopenttd-14300d309c01591b9dd2b4c8fb0180fec69bddb0.tar.xz
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 835a199c6..fb82d1d3b 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -23,9 +23,7 @@ void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order, Window *pare
/** Constants of vehicle view widget indices */
enum VehicleViewWindowWidgets {
- VVW_WIDGET_CLOSEBOX = 0,
VVW_WIDGET_CAPTION,
- VVW_WIDGET_STICKY,
VVW_WIDGET_PANEL,
VVW_WIDGET_INSET,
VVW_WIDGET_VIEWPORT, ///< Viewport widget.
@@ -39,7 +37,6 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_EMPTY_BOTTOM_RIGHT,
VVW_WIDGET_SELECT_DEPOT_CLONE, ///< Selection widget between 'goto depot', and 'clone vehicle' buttons.
VVW_WIDGET_SELECT_REFIT_TURN, ///< Selection widget between 'refit' and 'turn around' buttons.
- VVW_WIDGET_RESIZE,
VVW_WIDGET_TURN_AROUND,
VVW_WIDGET_FORCE_PROCEED,
};