X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAIModel%2FAIBallistic.hxx;h=e9938171266a1ad3c1fb9ea9b7e662b9312f853c;hb=d035fdf3a949e62f0c8e772e100d14087b6d4ba9;hp=ca8b92879bb125486994efc416c568c3053f8c60;hpb=a7e4f2a971acf2262cd1a5840c774a7d8a784a4b;p=flightgear.git diff --git a/src/AIModel/AIBallistic.hxx b/src/AIModel/AIBallistic.hxx index ca8b92879..e99381712 100644 --- a/src/AIModel/AIBallistic.hxx +++ b/src/AIModel/AIBallistic.hxx @@ -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;