X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..00f553943850592fda4607bf8a34d458cf6ab522:/src/univ/topluniv.cpp diff --git a/src/univ/topluniv.cpp b/src/univ/topluniv.cpp index 834c7e516c..0ac5717db0 100644 --- a/src/univ/topluniv.cpp +++ b/src/univ/topluniv.cpp @@ -59,24 +59,6 @@ WX_FORWARD_TO_INPUT_CONSUMER(wxTopLevelWindow) int wxTopLevelWindow::ms_drawDecorations = -1; int wxTopLevelWindow::ms_canIconize = -1; -wxTopLevelWindow::wxTopLevelWindow() -{ - Init(); -} - -wxTopLevelWindow::wxTopLevelWindow(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) -{ - Init(); - - Create(parent, id, title, pos, size, style, name); -} - void wxTopLevelWindow::Init() { m_isActive = FALSE;