Browser: Use GUI::CommonActions::make_about_action()

Browser had bespoke code for showing the exact same AboutDialog, in a
more convoluted way.
This commit is contained in:
Sam Atkins 2023-02-02 16:17:57 +00:00 committed by Sam Atkins
commit c2082b45ee
Notes: sideshowbarker 2024-07-17 01:51:00 +09:00
3 changed files with 1 additions and 15 deletions

View file

@ -22,7 +22,6 @@ public:
Function<void()> on_next_tab;
Function<void()> on_previous_tab;
Vector<Function<void()>> on_tabs;
Function<void()> on_about;
Function<void(GUI::Action&)> on_show_bookmarks_bar;
Function<void(GUI::Action&)> on_vertical_tabs;