From: Julian Smart Date: Tue, 26 Feb 2008 14:26:18 +0000 (+0000) Subject: Removed redundant Init call (bug 1724495) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/11f0898b7d4170f32c069be520e84eba015cf596 Removed redundant Init call (bug 1724495) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index d0e47ea963..4bd6a07927 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -507,9 +507,6 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent, { bool ret wxDUMMY_INITIALIZE(false); - // init our fields - Init(); - wxSize sizeReal = size; if ( !sizeReal.IsFullySpecified() ) {