Removed redundant Init call (bug 1724495)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ff24aeb7b1
commit
11f0898b7d
@ -507,9 +507,6 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
|
||||
{
|
||||
bool ret wxDUMMY_INITIALIZE(false);
|
||||
|
||||
// init our fields
|
||||
Init();
|
||||
|
||||
wxSize sizeReal = size;
|
||||
if ( !sizeReal.IsFullySpecified() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user