mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibGUI: Remove redundant event handling in EmojiInputDialog
The Dialog class already handles closing on escape.
This commit is contained in:
parent
a6581c2aac
commit
2028fbeae3
Notes:
sideshowbarker
2024-07-17 04:18:29 +09:00
Author: https://github.com/thankyouverycool
Commit: 2028fbeae3
Pull-request: https://github.com/SerenityOS/serenity/pull/16098
2 changed files with 0 additions and 14 deletions
|
@ -26,7 +26,6 @@ public:
|
|||
String const& selected_emoji_text() const { return m_selected_emoji_text; }
|
||||
|
||||
private:
|
||||
virtual void event(Core::Event&) override;
|
||||
explicit EmojiInputDialog(Window* parent_window);
|
||||
|
||||
Vector<Emoji> supported_emoji();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue