summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-09-26 12:07:03 -0400
committertrilene <trilene@runbox.com>2020-09-26 12:07:03 -0400
commit5bfe0cd178afa7a7b41ecf3a6fca512efa4bdfbe (patch)
tree1ed2589f3dcaeb8929dc3cc63527f7767ff27f7a /src/UserSettingsPage.cpp
parentAllow button colors override (diff)
downloadnheko-5bfe0cd178afa7a7b41ecf3a6fca512efa4bdfbe.tar.xz
Remove duplicate control from settings page
Diffstat (limited to 'src/UserSettingsPage.cpp')
-rw-r--r--src/UserSettingsPage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp
index f1542ec5..7d81e663 100644
--- a/src/UserSettingsPage.cpp
+++ b/src/UserSettingsPage.cpp
@@ -511,7 +511,6 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
         callsLabel->setFixedHeight(callsLabel->minimumHeight() + LayoutTopMargin);
         callsLabel->setAlignment(Qt::AlignBottom);
         callsLabel->setFont(font);
-        useStunServer_ = new Toggle{this};
 
         auto encryptionLabel_ = new QLabel{tr("ENCRYPTION"), this};
         encryptionLabel_->setFixedHeight(encryptionLabel_->minimumHeight() + LayoutTopMargin);