From 7a8a97e68a8987ae79dfca118c3f2ad9b94ab78c Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 6 Oct 2009 19:30:31 +0000 Subject: (svn r17726) -Cleanup: Remove some unneeded/unused parameters. --- src/articulated_vehicles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/articulated_vehicles.h') diff --git a/src/articulated_vehicles.h b/src/articulated_vehicles.h index 07430960a..a404cd2e6 100644 --- a/src/articulated_vehicles.h +++ b/src/articulated_vehicles.h @@ -17,7 +17,7 @@ uint CountArticulatedParts(EngineID engine_type, bool purchase_window); CargoArray GetCapacityOfArticulatedParts(EngineID engine, VehicleType type); -void AddArticulatedParts(Vehicle *first, VehicleType type); +void AddArticulatedParts(Vehicle *first); uint32 GetUnionOfArticulatedRefitMasks(EngineID engine, VehicleType type, bool include_initial_cargo_type); uint32 GetIntersectionOfArticulatedRefitMasks(EngineID engine, VehicleType type, bool include_initial_cargo_type); bool IsArticulatedVehicleCarryingDifferentCargos(const Vehicle *v, CargoID *cargo_type); -- cgit v1.2.3-54-g00ecf