From 24ffc5233c2bde1346074c4b516f8cc24f4759d2 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 1 Jun 2023 17:40:24 +0100 Subject: [PATCH] Remove CapacitiesMap typedef --- src/vehicle_base.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vehicle_base.h b/src/vehicle_base.h index dfa4616dc3..9c82c61ba0 100644 --- a/src/vehicle_base.h +++ b/src/vehicle_base.h @@ -263,8 +263,6 @@ struct ClosestDepot { /** %Vehicle data structure. */ struct Vehicle : VehiclePool::PoolItem<&_vehicle_pool>, BaseVehicle, BaseConsist { private: - typedef std::map CapacitiesMap; - Vehicle *next; ///< pointer to the next vehicle in the chain Vehicle *previous; ///< NOSAVE: pointer to the previous vehicle in the chain Vehicle *first; ///< NOSAVE: pointer to the first vehicle in the chain