]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBallistic.hxx
Optimise NavCache airport query
[flightgear.git] / src / AIModel / AIBallistic.hxx
index ca8b92879bb125486994efc416c568c3053f8c60..e9938171266a1ad3c1fb9ea9b7e662b9312f853c 100644 (file)
@@ -208,9 +208,6 @@ private:
     //SGPropertyNode_ptr _p_spd_node;
 
     double _fuse_range;
-    double _distance;
-    double _dt_count;
-    double _next_run;
 
     std::string _submodel;
     std::string _force_path;
@@ -237,7 +234,6 @@ private:
 
     double _ground_offset;
     double _load_offset;
-    double _old_height;
 
     SGVec3d _oldcartoffsetPos;
     SGVec3d _oldcartPos;