mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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