aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/help/AboutDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/dialog/help/AboutDialog.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/dialog/help/AboutDialog.cpp b/src/ui/dialog/help/AboutDialog.cpp
index 307dfca6..b4410942 100644
--- a/src/ui/dialog/help/AboutDialog.cpp
+++ b/src/ui/dialog/help/AboutDialog.cpp
@@ -33,7 +33,6 @@
#include "core/module/ModuleManager.h"
#include "core/utils/BuildInfoUtils.h"
#include "ui/UIModuleManager.h"
-#include "ui/dialog/help/GnupgTab.h"
namespace GpgFrontend::UI {
@@ -47,11 +46,6 @@ AboutDialog::AboutDialog(const QString& default_tab_name, QWidget* parent)
tab_widget->addTab(info_tab, tr("About GpgFrontend"));
- if (Module::IsModuleActivate(kGnuPGInfoGatheringModuleID)) {
- auto* gnupg_tab = new GnupgTab();
- tab_widget->addTab(gnupg_tab, tr("GnuPG"));
- }
-
tab_widget->addTab(translators_tab, tr("Translators"));
auto entries =