From: Robin Dunn Date: Mon, 27 May 2002 17:51:22 +0000 (+0000) Subject: Some cleanup X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c4770edd1c75ed3bd79130fd3bd84698b0ad7a8c Some cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 4188b1ebb9..d61298ef74 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -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 }