1
0
Fork 0

Codechange: Remove unused CapacitiesMap typedef from struct Vehicle

pull/10905/head
Jonathan G Rennison 2023-06-01 17:40:24 +01:00 committed by rubidium42
parent 9eda419f9b
commit cdb3a6288b
1 changed files with 0 additions and 1 deletions

View File

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