Remove global automated timetable setting.

This commit is contained in:
Jonathan G Rennison
2016-05-06 23:33:12 +01:00
parent ff5ee52b94
commit efcdd6c36f
10 changed files with 4 additions and 26 deletions

View File

@@ -1629,7 +1629,6 @@ static SettingsContainer &GetSettingsTree()
vehicles->Add(new SettingEntry("order.no_servicing_if_no_breakdowns"));
vehicles->Add(new SettingEntry("order.serviceathelipad"));
vehicles->Add(new SettingEntry("order.timetable_automated"));
vehicles->Add(new SettingEntry("order.timetable_separation"));
}