Remove useless wxAuiMDIClientWindow::SetSelection()
It just called the base class version, so it's better to not have it at all.
This commit is contained in:
@@ -201,7 +201,6 @@ public:
|
||||
virtual bool CreateClient(wxAuiMDIParentFrame *parent,
|
||||
long style = wxVSCROLL | wxHSCROLL);
|
||||
|
||||
virtual int SetSelection(size_t page) wxOVERRIDE;
|
||||
virtual wxAuiMDIChildFrame* GetActiveChild();
|
||||
virtual void SetActiveChild(wxAuiMDIChildFrame* pChildFrame)
|
||||
{
|
||||
|
Reference in New Issue
Block a user