mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +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) {
|
||||
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;
|
||||
|
Reference in New Issue
Block a user