(svn r17726) -Cleanup: Remove some unneeded/unused parameters.

This commit is contained in:
frosch
2009-10-06 19:30:31 +00:00
parent f3aacb8fe3
commit 7a8a97e68a
4 changed files with 16 additions and 17 deletions

View File

@@ -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);