diff options
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; |