1
0
Fork 0

Couple more unused private vars killed off.

This commit is contained in:
James Turner 2013-07-05 14:36:58 +01:00
parent d2524d8fe6
commit 0904017ec5
2 changed files with 1 additions and 6 deletions

View 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;

View 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;