mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
LibGUI: Remove bitrotted automatic keybinds feature
This feature hasn't been working at all for several months, so let's just remove it and simplify GWindow event handling.
This commit is contained in:
@@ -72,11 +72,6 @@ void GButton::click()
|
||||
m_action->activate(this);
|
||||
}
|
||||
|
||||
bool GButton::supports_keyboard_activation() const
|
||||
{
|
||||
return is_enabled();
|
||||
}
|
||||
|
||||
void GButton::set_action(GAction& action)
|
||||
{
|
||||
m_action = action.make_weak_ptr();
|
||||
|
||||
Reference in New Issue
Block a user