mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-04 19:39:42 +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 {
|
struct Vehicle : VehiclePool::PoolItem<&_vehicle_pool>, BaseVehicle, BaseConsist {
|
||||||
private:
|
private:
|
||||||
typedef std::list<RefitDesc> RefitList;
|
typedef std::list<RefitDesc> RefitList;
|
||||||
typedef std::map<CargoID, uint> CapacitiesMap;
|
|
||||||
|
|
||||||
Vehicle *next; ///< pointer to the next vehicle in the chain
|
Vehicle *next; ///< pointer to the next vehicle in the chain
|
||||||
Vehicle *previous; ///< NOSAVE: pointer to the previous vehicle in the chain
|
Vehicle *previous; ///< NOSAVE: pointer to the previous vehicle in the chain
|
||||||
|
Loading…
Reference in New Issue
Block a user