Apply ATC speed restriction as advisory to prevent instant braking

Remove redundant function
This commit is contained in:
Jonathan G Rennison
2021-06-27 22:22:28 +01:00
parent 93be763301
commit 62075c88de
2 changed files with 3 additions and 15 deletions

View File

@@ -191,7 +191,6 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
};
private:
int GetAtcMaxSpeed() const;
MaxSpeedInfo GetCurrentMaxSpeedInfoInternal(bool update_state) const;
public: