Removed some debug code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-11-23 21:45:36 +00:00
parent b731267565
commit 077def0b2a
2 changed files with 103 additions and 105 deletions

View File

@@ -411,7 +411,7 @@ public:
const wxIcon &go = wxNullIcon)
: wxDropSource(win, go) {}
#endif
~wxPyDropSource() { printf("dtor\n"); }
~wxPyDropSource() { }
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
PYPRIVATE;

View File

@@ -223,7 +223,7 @@ public:
const wxIcon &go = wxNullIcon)
: wxDropSource(win, go) {}
#endif
~wxPyDropSource() { printf("dtor\n"); }
~wxPyDropSource() { }
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
PYPRIVATE;
@@ -2265,9 +2265,7 @@ static PyObject *_wrap_delete_wxDropSource(PyObject *self, PyObject *args, PyObj
}
{
wxPy_BEGIN_ALLOW_THREADS;
printf("before dtor\n");
delete_wxPyDropSource(_arg0);
printf("after dtor\n");
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);