Codechange: Remove unused CapacitiesMap typedef from struct Vehicle
This commit is contained in:
		
				
					committed by
					
						
						rubidium42
					
				
			
			
				
	
			
			
			
						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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user