projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix harmless unused parameter warnings in wxX11 wxCursor.
[wxWidgets.git]
/
src
/
common
/
accesscmn.cpp
diff --git
a/src/common/accesscmn.cpp
b/src/common/accesscmn.cpp
index 6a5838d07772e10a4f8e2b295130294a555fd73e..037fc8edf5b755219d91c5197d546b2e2435f9ac 100644
(file)
--- a/
src/common/accesscmn.cpp
+++ b/
src/common/accesscmn.cpp
@@
-12,10
+12,6
@@
// headers
// ----------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "accessbase.h"
-#endif
-
#include "wx/wxprec.h"
#ifdef __BORLANDC__