diff --git a/src/widgets/AButton.h b/src/widgets/AButton.h index 3f1e3eeb4..ca6965357 100644 --- a/src/widgets/AButton.h +++ b/src/widgets/AButton.h @@ -56,9 +56,6 @@ class AButton final : public wxWindow { virtual ~ AButton(); - bool AcceptsFocus() const override { return false; } - bool AcceptsFocusFromKeyboard() const override { return true; } - // Associate a set of four images (button up, highlight, button down, // disabled) with one nondefault state of the button void SetAlternateImages(unsigned idx,