]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
no real changes, just small cleanup, in particular use more consistent variable names
[wxWidgets.git] / src / msw / dialog.cpp
index c7baa0359ce37bf8b3ff19df32e861ff0f200555..55bd004088e09c714de08b0ffa72fc15d5b4b32f 100644 (file)
@@ -192,8 +192,6 @@ bool wxDialog::Create(wxWindow *parent,
 
 wxDialog::~wxDialog()
 {
-    m_isBeingDeleted = true;
-
     // this will also reenable all the other windows for a modal dialog
     Show(false);