clean up: remove useless line in osd_setup.cpp

Origin commit data
------------------
Branch: ni/coolstream
Commit: 961d6ce888
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-29 (Tue, 29 Dec 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2015-12-29 12:55:03 +01:00
parent 92800fe6a2
commit b1c0ca0710

View File

@@ -650,10 +650,8 @@ int COsdSetup::showOsdSetup()
if (oldInfoClockSize != g_settings.infoClockFontSize) {
CInfoClock::getInstance()->setHeight(g_settings.infoClockFontSize);
CVolumeHelper::getInstance()->refresh();
if (CNeutrinoApp::getInstance()->isMuted()) {
CAudioMute::getInstance()->enableMuteIcon(false);
if (CNeutrinoApp::getInstance()->isMuted())
CAudioMute::getInstance()->enableMuteIcon(true);
}
}
delete colorInfoclockNotifier;