No changes, just remove redundant GetControllerSize() definitions.

For some reasons wxBookCtrlBase::GetControllerSize() was redefined in several
derived classes even though it did exactly the same thing in all of them.

Leave only the base class version and remove the other ones.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-03-05 23:55:09 +00:00
parent 7019c4a5e6
commit 1d2b7f06a3
8 changed files with 6 additions and 77 deletions

View File

@@ -101,9 +101,6 @@ public:
protected:
virtual wxWindow *DoRemovePage(size_t page);
// get the size which the list control should have
virtual wxSize GetControllerSize() const;
// event handlers
void OnToolSelected(wxCommandEvent& event);
void OnSize(wxSizeEvent& event);