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"; } } - -