why should wxMessageDialog dialog have another m_parent, in addition to wxWindow::m_parent? removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-03-20 12:51:35 +00:00
parent 1840af0319
commit 03b3965c3a
2 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ private:
wxString m_caption;
wxString m_message;
long m_dialogStyle;
wxWindow *m_parent;
DECLARE_DYNAMIC_CLASS(wxMessageDialog)
};

View File

@ -38,7 +38,6 @@ private:
wxString m_caption;
wxString m_message;
long m_dialogStyle;
wxWindow *m_parent;
DECLARE_DYNAMIC_CLASS(wxMessageDialog)
};