X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25250d335f869088a3551db226f25079c28f65fb..c39058f631b3a53682f00807a60bfff6c5aa2b7c:/include/wx/event.h?ds=sidebyside diff --git a/include/wx/event.h b/include/wx/event.h index 7bc5cd914f..3de8901911 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -2419,8 +2419,6 @@ protected: // 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