From 1b5116fb321ca8f23772268171b4d0acb479955e Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Sat, 5 Nov 2022 18:55:23 +0100 Subject: [PATCH] Navradio: remove outdated comment --- src/Instrumentation/navradio.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Instrumentation/navradio.cxx b/src/Instrumentation/navradio.cxx index cc3fbf367..9d3232ad2 100644 --- a/src/Instrumentation/navradio.cxx +++ b/src/Instrumentation/navradio.cxx @@ -483,8 +483,6 @@ void FGNavRadio::updateReceiver(double dt) ////////////////////////////////////////////////////////// // adjust reception range for altitude - // FIXME: make sure we are using the navdata range now that - // it is valid in the data file ////////////////////////////////////////////////////////// if ( is_loc ) { double offset = radial - target_radial;