1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

Codechange: Remove unused CapacitiesMap typedef from struct Vehicle

This commit is contained in:
Jonathan G Rennison
2023-06-01 17:40:24 +01:00
committed by rubidium42
parent 9eda419f9b
commit cdb3a6288b

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