]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/mdi.cpp
Add wxRichTextModuleInit
[wxWidgets.git] / src / gtk / mdi.cpp
index e966f0c877431b6dccd2d817564193dca027d6b5..031eae9e191359f4cb62081105d1b509fd987525 100644 (file)
@@ -241,11 +241,6 @@ void wxMDIParentFrame::OnInternalIdle()
     }
 }
 
-void wxMDIParentFrame::DoGetClientSize(int *width, int *height ) const
-{
-    wxFrame::DoGetClientSize( width, height );
-}
-
 wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
 {
     if (!m_clientWindow) return (wxMDIChildFrame*) NULL;