aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/volume.cpp
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 13:19:13 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-27 13:19:13 +0000
commitf1ba8813bfe7a7ceedbf9175126264158ed85409 (patch)
treec3768b20588427e3be0ba70a4ae054a797b50204 /lib/dvb/volume.cpp
parentd54840e883a537645cda387a5fd24e70744a210f (diff)
downloadenigma2-f1ba8813bfe7a7ceedbf9175126264158ed85409.tar.gz
enigma2-f1ba8813bfe7a7ceedbf9175126264158ed85409.zip
real mute volume on lowest volume level .. but not show the mute symbol
Diffstat (limited to 'lib/dvb/volume.cpp')
-rw-r--r--lib/dvb/volume.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dvb/volume.cpp b/lib/dvb/volume.cpp
index c46af3dc..fc104804 100644
--- a/lib/dvb/volume.cpp
+++ b/lib/dvb/volume.cpp
@@ -118,8 +118,6 @@ void eDVBVolumecontrol::setVolume(int left, int right)
int eDVBVolumecontrol::getVolume()
{
- if (isMuted())
- return 0;
return leftVol;
}