From 11f0898b7d4170f32c069be520e84eba015cf596 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 26 Feb 2008 14:26:18 +0000 Subject: [PATCH] Removed redundant Init call (bug 1724495) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/toplevel.cpp | 3 --- 1 file changed, 3 deletions(-) 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() ) { -- 2.45.2