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

This commit is contained in:
frosch
2009-10-06 19:52:38 +00:00
parent 1e2dc25582
commit 9a9d0ee7c0
9 changed files with 48 additions and 47 deletions

View File

@@ -32,6 +32,6 @@ void SetCachedEngineCounts();
void SetYearEngineAgingStops();
void StartupOneEngine(Engine *e, Date aging_date);
uint GetTotalCapacityOfArticulatedParts(EngineID engine, VehicleType type);
uint GetTotalCapacityOfArticulatedParts(EngineID engine);
#endif /* ENGINE_H */