remove unneeded DoGetClientSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,8 +64,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
void Init();
|
void Init();
|
||||||
|
|
||||||
virtual void DoGetClientSize(int *width, int *height) const;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class wxMDIChildFrame;
|
friend class wxMDIChildFrame;
|
||||||
|
|
||||||
|
@@ -241,11 +241,6 @@ void wxMDIParentFrame::OnInternalIdle()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxMDIParentFrame::DoGetClientSize(int *width, int *height ) const
|
|
||||||
{
|
|
||||||
wxFrame::DoGetClientSize( width, height );
|
|
||||||
}
|
|
||||||
|
|
||||||
wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
|
wxMDIChildFrame *wxMDIParentFrame::GetActiveChild() const
|
||||||
{
|
{
|
||||||
if (!m_clientWindow) return (wxMDIChildFrame*) NULL;
|
if (!m_clientWindow) return (wxMDIChildFrame*) NULL;
|
||||||
|
Reference in New Issue
Block a user