Remove CapacitiesMap typedef

This commit is contained in:
Jonathan G Rennison
2023-06-01 17:40:24 +01:00
parent 326d0c329c
commit 24ffc5233c

View File

@@ -263,8 +263,6 @@ struct ClosestDepot {
/** %Vehicle data structure. */
struct Vehicle : VehiclePool::PoolItem<&_vehicle_pool>, BaseVehicle, BaseConsist {
private:
typedef std::map<CargoID, uint> CapacitiesMap;
Vehicle *next; ///< pointer to the next vehicle in the chain
Vehicle *previous; ///< NOSAVE: pointer to the previous vehicle in the chain
Vehicle *first; ///< NOSAVE: pointer to the first vehicle in the chain