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:
@@ -521,9 +521,6 @@ bool wxTopLevelWindowMSW::Create(wxWindow *parent,
|
|||||||
{
|
{
|
||||||
bool ret wxDUMMY_INITIALIZE(false);
|
bool ret wxDUMMY_INITIALIZE(false);
|
||||||
|
|
||||||
// init our fields
|
|
||||||
Init();
|
|
||||||
|
|
||||||
wxSize sizeReal = size;
|
wxSize sizeReal = size;
|
||||||
if ( !sizeReal.IsFullySpecified() )
|
if ( !sizeReal.IsFullySpecified() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user