Remove CapacitiesMap typedef

pull/532/head
Jonathan G Rennison 1 year ago
parent 326d0c329c
commit 24ffc5233c

@ -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

Loading…
Cancel
Save