X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..71e57cd6506760f7ca0e3195a5ecf99d78a77be9:/src/msw/toplevel.cpp diff --git a/src/msw/toplevel.cpp b/src/msw/toplevel.cpp index 760362ee3d..2376e815e6 100644 --- a/src/msw/toplevel.cpp +++ b/src/msw/toplevel.cpp @@ -134,24 +134,6 @@ END_EVENT_TABLE() // wxTopLevelWindowMSW creation // ---------------------------------------------------------------------------- -wxTopLevelWindowMSW::wxTopLevelWindowMSW() -{ - Init(); -} - -wxTopLevelWindowMSW::wxTopLevelWindowMSW(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) -{ - Init(); - - (void)Create(parent, id, title, pos, size, style, name); -} - void wxTopLevelWindowMSW::Init() { m_iconized =