mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-04 11:34:22 +01:00
Codechange: Remove unused CapacitiesMap typedef from struct Vehicle
This commit is contained in:
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
Block a user