mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
HackStudio: Remove unnecessary Locator::keydown_event()
This commit is contained in:
parent
990ca1a7a5
commit
272c59e6d8
Notes:
sideshowbarker
2024-07-19 11:30:39 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/272c59e6d87
2 changed files with 0 additions and 7 deletions
|
@ -156,11 +156,6 @@ void Locator::close()
|
|||
m_popup_window->hide();
|
||||
}
|
||||
|
||||
void Locator::keydown_event(GKeyEvent& event)
|
||||
{
|
||||
GWidget::keydown_event(event);
|
||||
}
|
||||
|
||||
void Locator::update_suggestions()
|
||||
{
|
||||
auto typed_text = m_textbox->text();
|
||||
|
|
|
@ -15,8 +15,6 @@ public:
|
|||
void close();
|
||||
|
||||
private:
|
||||
virtual void keydown_event(GKeyEvent&) override;
|
||||
|
||||
void update_suggestions();
|
||||
void open_suggestion(const GModelIndex&);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue