X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c69ef61f3ad09c0aef39915d4361a534f598520..a653c966d4dfdb2e0b404ed7991c9c1abf0dcada:/src/gtk/dialog.cpp diff --git a/src/gtk/dialog.cpp b/src/gtk/dialog.cpp index 8c40909e05..0100682914 100644 --- a/src/gtk/dialog.cpp +++ b/src/gtk/dialog.cpp @@ -85,8 +85,6 @@ bool wxDialog::Show( bool show ) wxDialog::~wxDialog() { - m_isBeingDeleted = true; - // if the dialog is modal, this will end its event loop if ( IsModal() ) EndModal(wxID_CANCEL);