Remove unneeded overrides

These just forward to the base class
This commit is contained in:
Paul Cornett
2019-04-05 10:54:54 -07:00
parent fe1737d399
commit 794c1374b8
12 changed files with 0 additions and 57 deletions

View File

@@ -186,12 +186,6 @@ bool wxTextCtrl::IsModified() const
return m_dirty;
}
bool wxTextCtrl::AcceptsFocus() const
{
// we don't want focus if we can't be edited
return /*IsEditable() && */ wxControl::AcceptsFocus();
}
wxSize wxTextCtrl::DoGetBestSize() const
{
int wText = -1;