]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/joystick.cpp
removed unneeded include from the header
[wxWidgets.git] / src / motif / joystick.cpp
index d6fc022e8db1f9224f034e28376d6abdbc62d38d..b9b6fae1d03d145225ad2855f4b50444123f3652 100644 (file)
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/joystick.h>
+// Not implemented in wxMotif
+#if 0
+
+#include "wx/joystick.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
 
@@ -277,3 +280,5 @@ bool wxJoystick::ReleaseCapture()
     return FALSE;
 }
 
+#endif
+  // 0