]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/joystick.cpp
implement wxGetCientDisplayRect() correctly for X11-based ports
[wxWidgets.git] / src / x11 / joystick.cpp
index 9b7a84dfbca328543765b38b8d5a28ad487b9dea..dde21cc580d8f235119fdb929b8a1fee4fe44f01 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "joystick.h"
-#endif
-
 // Not implemented in X11
 #if 0
 
@@ -91,7 +87,7 @@ bool wxJoystick::IsOk() const
     return FALSE;
 }
 
-int wxJoystick::GetNumberJoysticks() const
+int wxJoystick::GetNumberJoysticks()
 {
     // TODO
     return 0;