From a31e87879e56c3d4dc7a2b40842bdef9e407adcb Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 24 Aug 2013 05:11:28 +0000 Subject: [PATCH] remove redundant initialization of base class member variables git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/dialog.cpp | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.45.2