diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-27 13:19:13 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-10-27 13:19:13 +0000 |
| commit | f1ba8813bfe7a7ceedbf9175126264158ed85409 (patch) | |
| tree | c3768b20588427e3be0ba70a4ae054a797b50204 /lib/dvb/volume.cpp | |
| parent | d54840e883a537645cda387a5fd24e70744a210f (diff) | |
| download | enigma2-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.cpp | 2 |
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; } |
