diff --git a/src/gtk/dialog.cpp b/src/gtk/dialog.cpp index 751ae48680..98f08d7d6f 100644 --- a/src/gtk/dialog.cpp +++ b/src/gtk/dialog.cpp @@ -34,9 +34,7 @@ wxDEFINE_TIED_SCOPED_PTR_TYPE(wxGUIEventLoop) void wxDialog::Init() { m_modalLoop = NULL; - m_returnCode = 0; m_modalShowing = false; - m_themeEnabled = true; } wxDialog::wxDialog( wxWindow *parent,