]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/helpers.cpp
SWIGged updates for wxMac
[wxWidgets.git] / wxPython / src / helpers.cpp
index 4188b1ebb9dedca6adbd4bc21dfbaa85ab17a58c..d61298ef7423a1f979052dec429e4df421359314 100644 (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
 }