1
0
Fork 0

Remove /sim/navdb/localizers/auto-align and /sim/navdb/localizers/auto-align-threshold-deg from defaults.xml

/sim/navdb/localizers/auto-align and
/sim/navdb/localizers/auto-align-threshold-deg have no effect anymore,
remove them from defaults.xml.

FG doesn't use these properties anymore, since alignLocaliserWithRunway() was
removed. This follows the discussions at
<https://sourceforge.net/p/flightgear/mailman/flightgear-devel/thread/87tw7sm5uw.fsf%40frougon.crabdance.com/#msg35673402>
and
<https://sourceforge.net/p/flightgear/flightgear/merge-requests/76/>https://sourceforge.net/p/flightgear/flightgear/merge-requests/76/>.
This commit is contained in:
Florent Rougon 2017-06-07 14:09:38 +02:00
parent 2a7cbb2d63
commit 6dd9f6e8d9

View file

@ -403,13 +403,6 @@ Started September 2000 by David Megginson, david@megginson.com
</rendering>
<model-hz type="int">120</model-hz>
<navdb>
<localizers>
<!-- disabling this for 2017.1 - code will be removed at some point soon -->
<auto-align type="bool">false</auto-align>
<auto-align-threshold-deg type="double">5.0</auto-align-threshold-deg>
</localizers>
</navdb>
<sound>
<volume type="float" userarchive="y">0.8</volume>
<enabled type="bool" userarchive="y">true</enabled>