mirror of https://github.com/OpenTTD/OpenTTD
Codechange: Remove unused CapacitiesMap typedef from struct Vehicle
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…
Reference in New Issue