]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/joystick.cpp
Allow entering minus sign in wxMSW wxSpinCtrl if needed.
[wxWidgets.git] / src / x11 / joystick.cpp
index b9b6fae1d03d145225ad2855f4b50444123f3652..dde21cc580d8f235119fdb929b8a1fee4fe44f01 100644 (file)
@@ -9,11 +9,7 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "joystick.h"
-#endif
-
-// Not implemented in wxMotif
+// Not implemented in X11
 #if 0
 
 #include "wx/joystick.h"
@@ -91,7 +87,7 @@ bool wxJoystick::IsOk() const
     return FALSE;
 }
 
-int wxJoystick::GetNumberJoysticks() const
+int wxJoystick::GetNumberJoysticks()
 {
     // TODO
     return 0;