mobile-widgets: correct empty lines

Remove extra empty lines in themeinterface.cpp just a cleanup, no functionality
change.

Signed-off-by: jan Iversen <jan@casacondor.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2020-01-15 09:52:08 +01:00 committed by Dirk Hohndel
parent 8339384eeb
commit 5a7ebe15a5

View file

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