mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
clean up: remove useless line in osd_setup.cpp
This commit is contained in:
@@ -650,10 +650,8 @@ int COsdSetup::showOsdSetup()
|
|||||||
if (oldInfoClockSize != g_settings.infoClockFontSize) {
|
if (oldInfoClockSize != g_settings.infoClockFontSize) {
|
||||||
CInfoClock::getInstance()->setHeight(g_settings.infoClockFontSize);
|
CInfoClock::getInstance()->setHeight(g_settings.infoClockFontSize);
|
||||||
CVolumeHelper::getInstance()->refresh();
|
CVolumeHelper::getInstance()->refresh();
|
||||||
if (CNeutrinoApp::getInstance()->isMuted()) {
|
if (CNeutrinoApp::getInstance()->isMuted())
|
||||||
CAudioMute::getInstance()->enableMuteIcon(false);
|
|
||||||
CAudioMute::getInstance()->enableMuteIcon(true);
|
CAudioMute::getInstance()->enableMuteIcon(true);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
delete colorInfoclockNotifier;
|
delete colorInfoclockNotifier;
|
||||||
|
Reference in New Issue
Block a user