summaryrefslogtreecommitdiffstats
path: root/core/settings/qPref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/settings/qPref.cpp')
-rw-r--r--core/settings/qPref.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp
index aded20e11..04a2615d3 100644
--- a/core/settings/qPref.cpp
+++ b/core/settings/qPref.cpp
@@ -14,7 +14,6 @@
#include "qPrefTechnicalDetails.h"
#include "qPrefUnit.h"
#include "qPrefUpdateManager.h"
-#include "ssrf-version.h"
#include <QtQml>
#include <QQmlContext>
@@ -29,16 +28,6 @@ qPref *qPref::instance()
return self;
}
-const QString qPref::canonical_version()
-{
- return QString(CANONICAL_VERSION_STRING);
-}
-
-const QString qPref::mobile_version()
-{
- return QString(MOBILE_VERSION_STRING);
-}
-
void qPref::loadSync(bool doSync)
{
if (!doSync)