]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/joystick.cpp
more cleanup - added comment regarding possible stipple brush problem
[wxWidgets.git] / src / mac / classic / joystick.cpp
index 156b9b26570395a30a0686d8e3dda3480fdc2f02..6dd6aefd1baac4380991928d49868f462c5f83b6 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "joystick.h"
-#endif
-
 #include "wx/setup.h"
 
 #include "wx/joystick.h"
@@ -92,7 +88,7 @@ bool wxJoystick::IsOk() const
     return FALSE;
 }
 
-int wxJoystick::GetNumberJoysticks() const
+int wxJoystick::GetNumberJoysticks()
 {
     // TODO
     return 0;