X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Ftransponder.cxx;h=192593b3be178f3d9e8719dbe918e09a4430b860;hb=f3dd7c363cbb333b6ab99b44f6a237cb7852d420;hp=882bd160aeb8568c34262e693c69aa54012594d0;hpb=ba7fd477406904fe9b03e60b0e7ab84c84559be0;p=flightgear.git diff --git a/src/Instrumentation/transponder.cxx b/src/Instrumentation/transponder.cxx index 882bd160a..192593b3b 100644 --- a/src/Instrumentation/transponder.cxx +++ b/src/Instrumentation/transponder.cxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #ifdef HAVE_CONFIG_H # include @@ -71,8 +71,6 @@ void Transponder::init() // Outputs idCodeNode = node->getChild("id-code", 0, true); flightLevelNode = node->getChild("flight-level", 0, true); - // Init - serviceableNode->setBoolValue(true); }