]> git.saurik.com Git - wxWidgets.git/commitdiff
Some cleanup
authorRobin Dunn <robin@alldunn.com>
Mon, 27 May 2002 17:51:22 +0000 (17:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 27 May 2002 17:51:22 +0000 (17:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/helpers.cpp

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