]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/tacan.cxx
Support for multiple data dirs.
[flightgear.git] / src / Instrumentation / tacan.cxx
index 01319ec04020d8c54ecf6776bcb6cc55f12240b6..ee8022bf163315db214244be9007cfbc001e425f 100644 (file)
@@ -115,7 +115,6 @@ TACAN::init ()
     _mp_callsign_node = mnode ? mnode->getChild("callsign", 0, false) : 0;
 
     _heading_node = fgGetNode("/orientation/heading-deg", true);
-    _yaw_node = fgGetNode("/orientation/side-slip-deg", true);
     _electrical_node = fgGetNode("/systems/electrical/outputs/tacan", true);
 }