From: curt Date: Thu, 30 Dec 2004 20:48:09 +0000 (+0000) Subject: Remove extraneous property. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0b2de7bce09086e79cead57da3a326380bc1430a;p=flightgear.git Remove extraneous property. --- diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index 6a6be3707..cd94276ef 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -189,9 +189,6 @@ FGNavRadio::bind () fgTie( (branch + "/radials/reciprocal-radial-deg").c_str(), this, &FGNavRadio::get_nav_reciprocal_radial ); - fgTie( (branch + "/radials/target-radial2-deg").c_str(), - this, &FGNavRadio::get_nav_target_radial ); - fgTie( (branch + "/radials/target-auto-hdg-deg").c_str(), this, &FGNavRadio::get_nav_target_auto_hdg );