]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/gps.hxx
ADF: code clean-up/documentation
[flightgear.git] / src / Instrumentation / gps.hxx
index 36cc81c015763049ee4283375c27824845cf3dd1..21cd461662d4404e32b62146d40bcfbf812133b0 100644 (file)
@@ -13,7 +13,6 @@
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/tiedpropertylist.hxx>
-#include <simgear/math/SGMath.hxx>
 
 #include <Navaids/positioned.hxx>
 #include <Instrumentation/rnav_waypt_controller.hxx>
@@ -135,8 +134,6 @@ private:
 
       bool requireHardSurface() const      { return _requireHardSurface; }
 
-      double minRunwayLengthFt() const     { return _minRunwayLengthFt; }
-
       bool cdiDeflectionIsAngular() const  { return (_cdiMaxDeflectionNm <= 0.0); }
 
       double cdiDeflectionLinearPeg() const