Some cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-05-27 17:51:22 +00:00
parent 95b3e2768f
commit c4770edd1c

View File

@ -643,8 +643,9 @@ void wxPyBeginBlockThreads() {
void wxPyEndBlockThreads() {
#ifdef WXP_WITH_THREAD
PyThreadState* tstate = PyEval_SaveThread();
// Is there any need to save it again?
// PyThreadState* tstate =
PyEval_SaveThread();
#endif
}