X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..327940530ced978fa9cdef134a3a52ec8c1ee476:/src/generic/mdig.cpp diff --git a/src/generic/mdig.cpp b/src/generic/mdig.cpp index bfa1b92b8b..e0b951be0e 100644 --- a/src/generic/mdig.cpp +++ b/src/generic/mdig.cpp @@ -797,46 +797,6 @@ void wxGenericMDIClientWindow::OnSize(wxSizeEvent& event) #if wxUSE_GENERIC_MDI_AS_NATIVE -wxMDIParentFrame::wxMDIParentFrame() -{ -} - -wxMDIParentFrame::wxMDIParentFrame(wxWindow *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) - :wxGenericMDIParentFrame(parent, id, title, pos, size, style, name) -{ -} - -wxMDIChildFrame::wxMDIChildFrame() -{ -} - -wxMDIClientWindow::wxMDIClientWindow() -{ -} - -wxMDIClientWindow::wxMDIClientWindow(wxGenericMDIParentFrame *parent, - long style) - :wxGenericMDIClientWindow(parent, style) -{ -} - -wxMDIChildFrame::wxMDIChildFrame(wxGenericMDIParentFrame *parent, - wxWindowID id, - const wxString& title, - const wxPoint& pos, - const wxSize& size, - long style, - const wxString& name) - :wxGenericMDIChildFrame(parent, id, title, pos, size, style, name) -{ -} - wxMDIChildFrame * wxMDIParentFrame::GetActiveChild() const { wxGenericMDIChildFrame *pGFrame = wxGenericMDIParentFrame::GetActiveChild();