fixed unused local wanring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-08-08 22:19:02 +00:00
parent c4836bee8b
commit c44090df7d

View File

@@ -2114,7 +2114,6 @@ extern wxPyApp *wxPythonApp;
bool found; \
wxPyBeginBlockThreads(); \
if ((found = wxPyCBH_findCallback(m_myInst, #CBNAME))) { \
PyObject* ro; \
rval = wxPyCBH_callCallback(m_myInst, Py_BuildValue("(i)", a)); \
} \
wxPyEndBlockThreads(); \