diff options
Diffstat (limited to 'vehicle_gui.h')
-rw-r--r-- | vehicle_gui.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vehicle_gui.h b/vehicle_gui.h index ed9efeb0b..040d7cc0f 100644 --- a/vehicle_gui.h +++ b/vehicle_gui.h @@ -15,12 +15,6 @@ void ResortVehicleLists(void); #define PERIODIC_RESORT_DAYS 10 -enum { - PLY_WND_PRC__OFFSET_TOP_WIDGET = 26, - PLY_WND_PRC__SIZE_OF_ROW_SMALL = 26, - PLY_WND_PRC__SIZE_OF_ROW_BIG = 36, -}; - /* Vehicle List Window type flags */ enum { VLW_FLAGS = (1 << 8)|(1 << 9)|(1 << 10), |