X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25250d335f869088a3551db226f25079c28f65fb..d8c74d044b5acfedfbc15bf29bbfa4f4bc8f1bf7:/include/wx/event.h 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