Removed redundant Init call (bug 1724495)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-02-26 14:27:48 +00:00
parent 592b8d3ebe
commit d688e6394f

View File

@@ -521,9 +521,6 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
{
bool ret wxDUMMY_INITIALIZE(false);
// init our fields
Init();
wxSize sizeReal = size;
if ( !sizeReal.IsFullySpecified() )
{