From 0b2de7bce09086e79cead57da3a326380bc1430a Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 30 Dec 2004 20:48:09 +0000 Subject: [PATCH] Remove extraneous property. --- src/Instrumentation/navradio.cxx | 3 --- 1 file changed, 3 deletions(-) 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 );