aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_reset.cpp
diff options
context:
space:
mode:
authorGravatar willemferguson <willemferguson@zoology.up.ac.za>2019-12-12 10:28:04 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-25 02:57:42 +0900
commit6212bb6721391efc82df21d80d177f93204cb12e (patch)
treeb055013d411f38fd72fb515f208868c37defb799 /desktop-widgets/preferences/preferences_reset.cpp
parent42a85dfa7e3052d50a831bb5700a26ad7df9dc0a (diff)
downloadsubsurface-6212bb6721391efc82df21d80d177f93204cb12e.tar.gz
Preferences UI: final cleanup
This commit does some final cleaning up to the code, mostly deleting white space and comments. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_reset.cpp')
-rw-r--r--desktop-widgets/preferences/preferences_reset.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/preferences/preferences_reset.cpp b/desktop-widgets/preferences/preferences_reset.cpp
index 2ebfef91a..3fd6aa07e 100644
--- a/desktop-widgets/preferences/preferences_reset.cpp
+++ b/desktop-widgets/preferences/preferences_reset.cpp
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
#include "preferences_reset.h"
#include "ui_preferences_reset.h"
-#include "core/dive.h"
#include "preferencesdialog.h"
PreferencesReset::PreferencesReset(): AbstractPreferencesWidget(tr("Reset"), QIcon(":preferences-reset-icon"), 11 ), ui(new Ui::PreferencesReset())