diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-20 16:25:20 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-20 20:52:47 +0200 |
commit | 4633d4648a048c16744117ac6d48098e47f6f214 (patch) | |
tree | 2e974c656ab8f26924e367a53d176d69f443e46d /src/browser.cpp | |
parent | Drop args.hxx dependency (diff) | |
download | smolbote-4633d4648a048c16744117ac6d48098e47f6f214.tar.xz |
Fix meson warnings
Update about dialog
Diffstat (limited to 'src/browser.cpp')
-rw-r--r-- | src/browser.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/browser.cpp b/src/browser.cpp index 894216e..d225cbe 100644 --- a/src/browser.cpp +++ b/src/browser.cpp @@ -7,7 +7,6 @@ */ #include "browser.h" -#include "aboutdialog.h" #include "aboutplugin.h" #include "applicationmenu.h" #include "bookmarks/bookmarkswidget.h" @@ -55,12 +54,6 @@ Browser::~Browser() m_windows.clear(); } -void Browser::about() -{ - auto *dlg = new AboutDialog(activeWindow()); - dlg->show(); -} - void Browser::aboutPlugins() { auto *dlg = new AboutPluginDialog; |