X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fairspeed_indicator.cxx;h=db34f3fce6f70739b3ab29cd504f0307a6167649;hb=f30f4b866b56965687ce88c58ee79f7e36a8dbbf;hp=dbec719fadea20d10e56d4002db7003bb5080db2;hpb=0ab2a40c2a2c75d117744f63a1bd74ccc7ea3a4e;p=flightgear.git diff --git a/src/Instrumentation/airspeed_indicator.cxx b/src/Instrumentation/airspeed_indicator.cxx index dbec719fa..db34f3fce 100644 --- a/src/Instrumentation/airspeed_indicator.cxx +++ b/src/Instrumentation/airspeed_indicator.cxx @@ -73,8 +73,6 @@ AirspeedIndicator::init () _static_pressure_node = fgGetNode(static_port.c_str(), true); _density_node = fgGetNode("/environment/density-slugft3", true); _speed_node = node->getChild("indicated-speed-kt", 0, true); - - _serviceable_node->setBoolValue(true); } #ifndef FPSTOKTS