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:
Vadim Zeitlin
2018-05-13 00:20:34 +02:00
parent c756d18bc4
commit f7b0ec38dd
2 changed files with 0 additions and 6 deletions

View File

@@ -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)
{