diff options
Diffstat (limited to 'src/browser.cpp')
-rw-r--r-- | src/browser.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/browser.cpp b/src/browser.cpp index c9ed395..de5cdcf 100644 --- a/src/browser.cpp +++ b/src/browser.cpp @@ -7,7 +7,6 @@ */ #include "browser.h" -#include "about/aboutplugin.h" #include "applicationmenu.h" #include "bookmarks/bookmarkswidget.h" #include "configuration.h" @@ -49,15 +48,6 @@ Browser::~Browser() m_windows.clear(); } -void Browser::aboutPlugins() -{ - auto *dlg = new AboutPluginDialog; - for(auto *info : qAsConst(m_plugins)) { - dlg->add(info->loader); - } - dlg->exec(); -} - void Browser::loadConfiguration(const QString &path) { auto ctx = init_conf(path.toStdString()); |