]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGJoystickInput.hxx
Remove dead file.
[flightgear.git] / src / Input / FGJoystickInput.hxx
index 45de33f94c6d04db6440fabf20ca0c08e47713f4..1ab5a6f59ed5d82a0925319f80542cc4660ae97f 100644 (file)
@@ -53,6 +53,7 @@ public:
 
 private:
    void _remove(bool all);
+   SGPropertyNode_ptr status_node;
 
   /**
    * Settings for a single joystick axis.
@@ -83,7 +84,7 @@ private:
     int nbuttons;
     axis * axes;
     FGButton * buttons;
-    bool predefined;
+    bool predefined;    
   };
   joystick bindings[MAX_JOYSTICKS];