Remove one BaseStation::GetPlatformLength variant
commit133208c2309e70ca3ca71777e859bbbca2b50669
authorcirdan <cirdansw@gmail.com>
Fri, 22 Dec 2017 20:21:44 +0000 (22 21:21 +0100)
committercirdan <cirdansw@gmail.com>
Fri, 22 Dec 2017 20:21:44 +0000 (22 21:21 +0100)
tree98744ed0326f14143044b2234fbf67dade43f96c
parent1d54dfe641a23120e28975b08ff90b9188a267b7
Remove one BaseStation::GetPlatformLength variant

Remove the single-parameter BaseStation::GetPlatformLength variant,
as it was never used through the base class. Also remove its
override in struct Waypoint, which was not used either, and make
Station::GetPlatformLength static while at it.
src/base_station_base.h
src/economy.cpp
src/station.cpp
src/station_base.h
src/train_cmd.cpp
src/waypoint_base.h