]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/attitude_indicator.cxx
Fix my mailing address by replacing it with my web page.
[flightgear.git] / src / Instrumentation / attitude_indicator.cxx
index d958de25df39d361ed4047a391d357221f9a75d2..d57947663a318f2e52a1e6e70a9166133c078808 100644 (file)
@@ -67,8 +67,6 @@ AttitudeIndicator::init ()
     _roll_int_node = node->getChild("internal-roll-deg", 0, true);
     _pitch_out_node = node->getChild("indicated-pitch-deg", 0, true);
     _roll_out_node = node->getChild("indicated-roll-deg", 0, true);
-
-    //_serviceable_node->setBoolValue(true);
 }
 
 void