]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly
[wxWidgets.git] / include / wx / event.h
index 7bc5cd914ff9f35182c9759ac3d47cf09ce660e3..3de89019111222020fcf4604a1e23c87c5133ad8 100644 (file)
@@ -2419,8 +2419,6 @@ protected:
 
     // Is event handler enabled?
     bool                m_enabled;
 
     // Is event handler enabled?
     bool                m_enabled;
-    // Avoid adding events from another thread during dtor
-    bool                m_beingDeleted;
 
 
     // The user data: either an object which will be deleted by the container
 
 
     // The user data: either an object which will be deleted by the container