X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..e84f7290001cedb44e0a3a3d7536f4de3bf505cd:/src/x11/joystick.cpp?ds=inline

diff --git a/src/x11/joystick.cpp b/src/x11/joystick.cpp
index e3cce74ab0..dde21cc580 100644
--- a/src/x11/joystick.cpp
+++ b/src/x11/joystick.cpp
@@ -6,13 +6,9 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:   	wxWidgets licence
+// 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;