projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixing dangling includes
[wxWidgets.git]
/
src
/
x11
/
joystick.cpp
diff --git
a/src/x11/joystick.cpp
b/src/x11/joystick.cpp
index b9b6fae1d03d145225ad2855f4b50444123f3652..dde21cc580d8f235119fdb929b8a1fee4fe44f01 100644
(file)
--- a/
src/x11/joystick.cpp
+++ b/
src/x11/joystick.cpp
@@
-9,11
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "joystick.h"
-#endif
-
-// Not implemented in wxMotif
+// Not implemented in X11
#if 0
#include "wx/joystick.h"
#if 0
#include "wx/joystick.h"
@@
-91,7
+87,7
@@
bool wxJoystick::IsOk() const
return FALSE;
}
return FALSE;
}
-int wxJoystick::GetNumberJoysticks()
const
+int wxJoystick::GetNumberJoysticks()
{
// TODO
return 0;
{
// TODO
return 0;