Skip to content

Commit 7256d39

Browse files
author
Chris Jakeman
committed
Removed changes left over
1 parent 67ffd75 commit 7256d39

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Source/Documentation/Manual/options.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -391,26 +391,6 @@ displayed as a message. This option is described in detail
391391
:ref:`here <physics-curve-speed-limit-application>` (OR application).
392392
OR does not display the damage.
393393

394-
.. _options-tunnel-resistance:
395-
396-
Tunnel dependent resistance
397-
---------------------------
398-
399-
When this option is selected, OR takes into account the fact that trains
400-
in tunnels are subject to higher air resistance, and therefore need a
401-
higher effort at invariant speed. This option is described in detail
402-
:ref:`here <physics-tunnel-friction>` (theory) and
403-
:ref:`here <physics-tunnel-friction-application>` (OR application).
404-
405-
.. _options-wind-resistance:
406-
407-
Wind dependent resistance
408-
-------------------------
409-
410-
When this option is selected, resistance to train motion is influenced by
411-
the wind speed, and the direction that it is blowing. This option is
412-
described in detail :ref:`here <physics-wind-resistance>`
413-
414394

415395
Steam locomotive hot start
416396
--------------------------

Source/Menu/Options.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ public OptionsForm(UserSettings settings, UpdateManager updateManager, bool init
189189
numericAdhesionMovingAverageFilterSize.Value = Settings.AdhesionMovingAverageFilterSize;
190190
checkBreakCouplers.Checked = Settings.BreakCouplers;
191191
checkCurveSpeedDependent.Checked = Settings.CurveSpeedDependent;
192-
checkTunnelResistanceDependent.Checked = Settings.TunnelResistanceDependent;
193-
checkWindResistanceDependent.Checked = Settings.WindResistanceDependent;
194192
checkHotStart.Checked = Settings.HotStart;
195193
checkForcedRedAtStationStops.Checked = !Settings.NoForcedRedAtStationStops;
196194
checkDoorsAITrains.Checked = Settings.OpenDoorsInAITrains;
@@ -467,8 +465,6 @@ void buttonOK_Click(object sender, EventArgs e)
467465
Settings.AdhesionMovingAverageFilterSize = (int)numericAdhesionMovingAverageFilterSize.Value;
468466
Settings.BreakCouplers = checkBreakCouplers.Checked;
469467
Settings.CurveSpeedDependent = checkCurveSpeedDependent.Checked;
470-
Settings.TunnelResistanceDependent = checkTunnelResistanceDependent.Checked;
471-
Settings.WindResistanceDependent = checkWindResistanceDependent.Checked;
472468
Settings.HotStart = checkHotStart.Checked;
473469
Settings.NoForcedRedAtStationStops = !checkForcedRedAtStationStops.Checked;
474470
Settings.OpenDoorsInAITrains = checkDoorsAITrains.Checked;

0 commit comments

Comments
 (0)