X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..7a21e692d22ec16a5de7dbbb73761d4c4456edaa:/src/univ/framuniv.cpp?ds=sidebyside diff --git a/src/univ/framuniv.cpp b/src/univ/framuniv.cpp index f246bd9f7b..1fa17e7a06 100644 --- a/src/univ/framuniv.cpp +++ b/src/univ/framuniv.cpp @@ -49,21 +49,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxFrame, wxTopLevelWindow) // ctors // ---------------------------------------------------------------------------- -wxFrame::wxFrame() -{ -} - -wxFrame::wxFrame(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) -{ - Create(parent, id, title, pos, size, style, name); -} - bool wxFrame::Create(wxWindow *parent, wxWindowID id, const wxString& title,