Remove unneeded overrides
These just forward to the base class
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user