aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/SettingsAppearance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/settings/SettingsAppearance.cpp')
-rw-r--r--src/ui/settings/SettingsAppearance.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/settings/SettingsAppearance.cpp b/src/ui/settings/SettingsAppearance.cpp
index 7e54c9f8..11a59985 100644
--- a/src/ui/settings/SettingsAppearance.cpp
+++ b/src/ui/settings/SettingsAppearance.cpp
@@ -114,7 +114,6 @@ AppearanceTab::AppearanceTab(QWidget* parent) : QWidget(parent) {
* appropriately
**********************************/
void AppearanceTab::SetSettings() {
-
SettingsObject main_windows_state("main_windows_state");
int width = main_windows_state.Check("icon_size").Check("width", 24),
@@ -166,7 +165,6 @@ void AppearanceTab::SetSettings() {
* write them to settings-file
*************************************/
void AppearanceTab::ApplySettings() {
-
SettingsObject main_windows_state("main_windows_state");
int icon_size = 24;
@@ -203,7 +201,6 @@ void AppearanceTab::ApplySettings() {
main_windows_state["window_save"] = window_size_check_box_->isChecked();
main_windows_state["info_font_size"] = info_board_font_size_spin_->value();
-
}
} // namespace GpgFrontend::UI