]> 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 a21ce29b229de24f5860ed23698c366e52e7784e..dde21cc580d8f235119fdb929b8a1fee4fe44f01 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#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;