Revert reentrancy patch (#1573619)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-05 21:27:48 +00:00
parent a5bbc20278
commit ef8e4bf082

View File

@@ -46,11 +46,6 @@ public:
// process all pending events // process all pending events
void ProcessPendingEvents(); void ProcessPendingEvents();
// reentrance guard
void AllowReentrance( bool allow = true );
bool IsReentranceAllowed();
bool IsEventHandlingInProgress();
%extend { %extend {
// Dynamic association of a member function handler with the event handler // Dynamic association of a member function handler with the event handler
void Connect( int id, int lastId, int eventType, PyObject* func) { void Connect( int id, int lastId, int eventType, PyObject* func) {