X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd116e73f0ad388e169676ec79cf176699956e7d..e04fe03d0f0d5cda7f9c2712ed3a65988839002c:/wxPython/src/gtk/clip_dnd.cpp diff --git a/wxPython/src/gtk/clip_dnd.cpp b/wxPython/src/gtk/clip_dnd.cpp index 50ccd63b9c..92e302c86f 100644 --- a/wxPython/src/gtk/clip_dnd.cpp +++ b/wxPython/src/gtk/clip_dnd.cpp @@ -196,8 +196,12 @@ void wxPyBitmapDataObject::SetBitmap(const wxBitmap& bitmap) { } wxPyEndBlockThreads(); } + +#if 0 extern wxClipboard * wxTheClipboard; +#endif + class wxPyDropSource : public wxDropSource { public: #ifndef __WXGTK__