]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/joystick.cpp
reverted last (accidental) change
[wxWidgets.git] / src / msw / joystick.cpp
index 2a7c933f840a3f894060dfe873bcd8f43966db87..c2ef23d7416e29436ecb641f8a81ee08e52446db 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "joystick.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -73,7 +69,7 @@ wxJoystick::wxJoystick(int joystick)
     /* No such joystick, return ID 0 */
     m_joystick = 0;
     return;
-};
+}
 
 wxPoint wxJoystick::GetPosition() const
 {