]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/FGLinuxEventInput.hxx
NavDisplay: fix update lag when switching range or centre.
[flightgear.git] / src / Input / FGLinuxEventInput.hxx
index f3bfa044f1ddefa6b2199fe701da2b988e4f05a6..5fcd81e24425ff5c17ffcd9d4a7c0dd5dfea5647 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "FGEventInput.hxx"
 #include <linux/input.h>
-#include <hal/libhal.h>
 
 struct FGLinuxEventData : public FGEventData {
   FGLinuxEventData( struct input_event & event, double dt, int modifiers ) :
@@ -71,10 +70,7 @@ public:
   virtual void update (double dt);
   virtual void postinit();
 
-  void AddHalDevice( const char * udi );
 protected:
-  LibHalContext *halcontext;
-
 };
 
 #endif