]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/radiostack.hxx
Begin interfacing the navcom's to the electrical model.
[flightgear.git] / src / Cockpit / radiostack.hxx
index b935423310ad8e9ea94543ec0997de35b8781853..f939cc4a8d1f1b8f9c7a4b3b850df5fcd94db736 100644 (file)
@@ -88,14 +88,6 @@ class FGRadioStack : public FGSubsystem
     FGNavCom navcom1;
     FGNavCom navcom2;
 
-    // model standard VOR/DME/TACAN service volumes as per AIM 1-1-8
-    double adjustNavRange( double stationElev, double aircraftElev,
-                          double nominalRange );
-
-    // model standard ILS service volumes as per AIM 1-1-9
-    double adjustILSRange( double stationElev, double aircraftElev,
-                          double offsetDegrees, double distance );
-
 public:
 
     FGRadioStack();