projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix to last custom draw fix: only leave space for the image in the first column
[wxWidgets.git]
/
src
/
palmos
/
clipbrd.cpp
diff --git
a/src/palmos/clipbrd.cpp
b/src/palmos/clipbrd.cpp
index c732ccdc9a2a9b9c45471053a3115aae4fe01a32..8cc26b6813c389f4aa46a3b6d8ee69276d7c442f 100644
(file)
--- a/
src/palmos/clipbrd.cpp
+++ b/
src/palmos/clipbrd.cpp
@@
-17,10
+17,6
@@
// headers
// ---------------------------------------------------------------------------
// headers
// ---------------------------------------------------------------------------
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma implementation "clipbrd.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-28,10
+24,6
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#ifndef WX_PRECOMP
- #include "wx/setup.h"
-#endif
-
#if wxUSE_CLIPBOARD
#ifndef WX_PRECOMP
#if wxUSE_CLIPBOARD
#ifndef WX_PRECOMP
@@
-207,4
+199,3
@@
bool wxClipboard::GetData( wxDataObject& data )
}
#endif // wxUSE_CLIPBOARD
}
#endif // wxUSE_CLIPBOARD
-