From: Robin Dunn Date: Sun, 5 Nov 2006 21:27:48 +0000 (+0000) Subject: Revert reentrancy patch (#1573619) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef8e4bf082ce8ac5339e296748441408501c55ed Revert reentrancy patch (#1573619) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_evthandler.i b/wxPython/src/_evthandler.i index 8820696dcf..3dd673a315 100644 --- a/wxPython/src/_evthandler.i +++ b/wxPython/src/_evthandler.i @@ -46,11 +46,6 @@ public: // process all pending events void ProcessPendingEvents(); - // reentrance guard - void AllowReentrance( bool allow = true ); - bool IsReentranceAllowed(); - bool IsEventHandlingInProgress(); - %extend { // Dynamic association of a member function handler with the event handler void Connect( int id, int lastId, int eventType, PyObject* func) {