Codechange: Remove unused CapacitiesMap typedef from struct Vehicle

pull/590/head
Jonathan G Rennison 1 year ago committed by rubidium42
parent 9eda419f9b
commit cdb3a6288b

@ -240,7 +240,6 @@ struct ClosestDepot {
struct Vehicle : VehiclePool::PoolItem<&_vehicle_pool>, BaseVehicle, BaseConsist {
private:
typedef std::list<RefitDesc> RefitList;
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

Loading…
Cancel
Save