]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIEscort.hxx
commradio: improvements for atis speech
[flightgear.git] / src / AIModel / AIEscort.hxx
index 380a92f28f5d6fd40b4737bd069fd9a5447bffb0..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;
 
@@ -89,8 +87,6 @@ private:
 
     double _max_speed;
 
-    const SGMaterial* _material;
-
     bool _MPControl, _patrol, _stn_deg_true;
 
 //    std::string _parent;