diff options
Diffstat (limited to 'core/settings/qPrefGeneral.cpp')
-rw-r--r-- | core/settings/qPrefGeneral.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp index 25ed835f0..96b9a1aca 100644 --- a/core/settings/qPrefGeneral.cpp +++ b/core/settings/qPrefGeneral.cpp @@ -2,7 +2,6 @@ #include "qPrefGeneral.h" #include "qPrefPrivate.h" - static const QString group = QStringLiteral("GeneralSettings"); QString qPrefGeneral::st_diveshareExport_uid; @@ -17,7 +16,6 @@ qPrefGeneral *qPrefGeneral::instance() return self; } - void qPrefGeneral::loadSync(bool doSync) { disk_defaultsetpoint(doSync); |