X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..4395fb21f651f8a08905c34507692ca7f902dfe5:/src/univ/framuniv.cpp 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,