]> git.mxchange.org Git - flightgear.git/commitdiff
Couple more unused private vars killed off.
authorJames Turner <zakalawe@mac.com>
Fri, 5 Jul 2013 13:36:58 +0000 (14:36 +0100)
committerJames Turner <zakalawe@mac.com>
Sat, 27 Jul 2013 13:49:27 +0000 (14:49 +0100)
src/AIModel/AIBallistic.cxx
src/AIModel/AIBallistic.hxx

index 5a50034b1518e1c3e314ff36bfc0e3cd64b64939..6d41d5d50fbc04cf3e4aef24405f85fa69be533e 100644 (file)
@@ -67,8 +67,7 @@ _report_collision(false),
 _report_impact(false),
 _external_force(false),
 _report_expiry(false),
-_impact_report_node(fgGetNode("/ai/models/model-impact", true)),
-_old_height(0)
+_impact_report_node(fgGetNode("/ai/models/model-impact", true))
 
 {
     no_roll = false;
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;