]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/encoder.cxx
Changes by Roy Ovesen to begin migrating the avionics out of the Cockpit
[flightgear.git] / src / Instrumentation / encoder.cxx
index 0c1517aecba145b0f32cbf83970d726c475eb1e7..fa01c40eae8db1b8285bc7be0aa9f4a14f7d8403 100644 (file)
@@ -112,8 +112,6 @@ void Encoder::init()
     // Outputs
     pressureAltitudeNode = node->getChild("pressure-alt-ft", 0, true);
     modeCAltitudeNode = node->getChild("mode-c-alt-ft", 0, true);
-    // Init
-    serviceableNode->setBoolValue(true);
 }