]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dataobj.cpp
Realize remap code cleanup
[wxWidgets.git] / src / x11 / dataobj.cpp
index b72100340708d91c7adf91ae3b7f7541073c3e3d..fadc4afd80ed4a5a1f7e20eb254115c2e5832ac3 100644 (file)
@@ -4,15 +4,13 @@
 // Author:      Julian Smart
 // Id:          $Id$
 // Copyright:   (c) 1998 Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dataobj.h"
-#endif
-
 #include "wx/defs.h"
 
+#if wxUSE_DATAOBJ
+
 #include "wx/dataobj.h"
 #include "wx/mstream.h"
 #include "wx/app.h"
@@ -379,3 +377,5 @@ void wxBitmapDataObject::DoConvertToPng()
 #endif
 }
 
+#endif // wxUSE_DATAOBJ
+