remove unneeded DoGetClientSize
authorPaul Cornett <paulcor@bullseye.com>
Sat, 9 Sep 2006 02:43:31 +0000 (02:43 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 9 Sep 2006 02:43:31 +0000 (02:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/mdi.h
src/gtk/mdi.cpp

index e881dd1319730c44ab24921b0613363657576d25..4338c2c39f3d80199728401f1c5418d2fc256f7d 100644 (file)
@@ -64,8 +64,6 @@ public:
 protected:
     void Init();
 
 protected:
     void Init();
 
-    virtual void DoGetClientSize(int *width, int *height) const;
-
 private:
     friend class wxMDIChildFrame;
 
 private:
     friend class wxMDIChildFrame;
 
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;
 wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
 {
     if (!m_clientWindow) return (wxMDIChildFrame*) NULL;