diff options
Diffstat (limited to 'mobile-widgets/qmlprefs.cpp')
-rw-r--r-- | mobile-widgets/qmlprefs.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mobile-widgets/qmlprefs.cpp b/mobile-widgets/qmlprefs.cpp index 3d5a10f4e..1f30f7a7e 100644 --- a/mobile-widgets/qmlprefs.cpp +++ b/mobile-widgets/qmlprefs.cpp @@ -108,19 +108,6 @@ void QMLPrefs::setShowPin(bool enable) emit showPinChanged(); } -const QString QMLPrefs::theme() const -{ - return qPrefDisplay::theme(); -} - -void QMLPrefs::setTheme(QString theme) -{ - qPrefDisplay::set_theme(theme); - emit themeChanged(); -} - - - /*** public slot functions ***/ void QMLPrefs::cancelCredentialsPinSetup() { |