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:
@@ -411,7 +411,7 @@ public:
|
|||||||
const wxIcon &go = wxNullIcon)
|
const wxIcon &go = wxNullIcon)
|
||||||
: wxDropSource(win, go) {}
|
: wxDropSource(win, go) {}
|
||||||
#endif
|
#endif
|
||||||
~wxPyDropSource() { printf("dtor\n"); }
|
~wxPyDropSource() { }
|
||||||
|
|
||||||
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
|
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
|
||||||
PYPRIVATE;
|
PYPRIVATE;
|
||||||
|
@@ -223,7 +223,7 @@ public:
|
|||||||
const wxIcon &go = wxNullIcon)
|
const wxIcon &go = wxNullIcon)
|
||||||
: wxDropSource(win, go) {}
|
: wxDropSource(win, go) {}
|
||||||
#endif
|
#endif
|
||||||
~wxPyDropSource() { printf("dtor\n"); }
|
~wxPyDropSource() { }
|
||||||
|
|
||||||
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
|
DEC_PYCALLBACK_BOOL_DR(GiveFeedback);
|
||||||
PYPRIVATE;
|
PYPRIVATE;
|
||||||
@@ -2265,9 +2265,7 @@ static PyObject *_wrap_delete_wxDropSource(PyObject *self, PyObject *args, PyObj
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
wxPy_BEGIN_ALLOW_THREADS;
|
wxPy_BEGIN_ALLOW_THREADS;
|
||||||
printf("before dtor\n");
|
|
||||||
delete_wxPyDropSource(_arg0);
|
delete_wxPyDropSource(_arg0);
|
||||||
printf("after dtor\n");
|
|
||||||
|
|
||||||
wxPy_END_ALLOW_THREADS;
|
wxPy_END_ALLOW_THREADS;
|
||||||
} Py_INCREF(Py_None);
|
} Py_INCREF(Py_None);
|
||||||
|
Reference in New Issue
Block a user