X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2Fslip_skid_ball.hxx;h=3a95b115a6c0b679a071380cd51233744d217f71;hb=bb2b03c7e392e107aeaf7dbc4eecc59064b28512;hp=7266cdfce4c2b3033d10adf454bb81fb9eed29f9;hpb=f614545fc5a6f0fb12a05344d9ee41b2a49cc04a;p=flightgear.git diff --git a/src/Instrumentation/slip_skid_ball.hxx b/src/Instrumentation/slip_skid_ball.hxx index 7266cdfce..3a95b115a 100644 --- a/src/Instrumentation/slip_skid_ball.hxx +++ b/src/Instrumentation/slip_skid_ball.hxx @@ -14,8 +14,6 @@ #include #include -#include "gyro.hxx" - /** * Model a slip-skid ball. @@ -36,7 +34,6 @@ class SlipSkidBall : public SGSubsystem public: SlipSkidBall ( SGPropertyNode *node ); - SlipSkidBall (); virtual ~SlipSkidBall (); virtual void init (); @@ -44,11 +41,10 @@ public: private: - Gyro _gyro; double _last_pos; - string name; - int num; + string _name; + int _num; SGPropertyNode_ptr _serviceable_node; SGPropertyNode_ptr _y_accel_node;