]> git.mxchange.org Git - flightgear.git/commitdiff
AIShip: remove duplicate property tie.
authorThomas Geymayer <tomgey@gmail.com>
Sat, 12 Jul 2014 09:54:47 +0000 (11:54 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Sat, 12 Jul 2014 09:54:47 +0000 (11:54 +0200)
src/AIModel/AIShip.cxx

index d82c3963db4b708a5e0097f3f5a0d50a82d1e5fc..caea12660f21ef433dd1156ed422938f268e9236 100644 (file)
@@ -155,8 +155,6 @@ void FGAIShip::bind() {
         SGRawValuePointer<double>(&tgt_speed));
     tie("controls/tgt-heading-degs",
         SGRawValuePointer<double>(&tgt_heading));
-    tie("controls/constants/rudder",
-        SGRawValuePointer<double>(&_rudder_constant));
     tie("controls/constants/roll-factor",
         SGRawValuePointer<double>(&_roll_factor));
     tie("controls/constants/roll",