]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIEscort.hxx
commradio: improvements for atis speech
[flightgear.git] / src / AIModel / AIEscort.hxx
index 38531eb55a4cc0b2583022a853e8ab19840b7ce9..4f0522622e2d040a2a67464f120bb7bdf84158fa 100644 (file)
@@ -76,11 +76,9 @@ private:
     SGGeod _tgtpos;
 
     bool   _solid;           // if true ground is solid for FDMs
-    double _load_resistance; // ground load resistanc N/m^2
-    double _frictionFactor;  // dimensionless modifier for Coefficient of Friction
     double _tgtrange, _tgtbrg;
     double _ht_agl_ft;
-    double _relbrg, _truebrg;
+    double _relbrg;
     double _parent_speed, _parent_hdg;
     double _interval;