]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/clip_dnd.i
* Added IsPaused() to wxSoundFileStream
[wxWidgets.git] / utils / wxPython / src / clip_dnd.i
index 7b43ef7fb2fa77c4bc31bb67edac32592feeb46c..e054bedf2499912a5e53705f487e9893a295873b 100644 (file)
@@ -376,6 +376,7 @@ public:
 };
 
 %{
+    // See below in the init function...
     wxClipboard* wxPyTheClipboard;
 %}
 %readonly
@@ -411,7 +412,7 @@ public:
                    const wxIcon &go = wxNullIcon)
         : wxDropSource(win, go) {}
 #endif
-    ~wxPyDropSource() { printf("dtor\n"); }
+    ~wxPyDropSource() { }
 
     DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
     PYPRIVATE;