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:
parent
2a7cbb2d63
commit
6dd9f6e8d9
1 changed files with 0 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue