summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/themeinterface.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mobile-widgets/themeinterface.cpp b/mobile-widgets/themeinterface.cpp
index 6419ce7ec..21c189618 100644
--- a/mobile-widgets/themeinterface.cpp
+++ b/mobile-widgets/themeinterface.cpp
@@ -62,8 +62,6 @@ void themeInterface::set_currentScale(double newScale)
emit titlePointSizeChanged(m_titlePointSize);
}
-
-
void themeInterface::update_theme()
{
if (m_currentTheme == "Blue") {
@@ -110,5 +108,3 @@ void themeInterface::update_theme()
m_iconStyle = ":/icons-dark";
}
}
-
-