diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2013-01-10 13:00:50 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2013-01-10 13:01:22 -0600 |
| commit | 202c005e61c12e546a69fb290ace57e170196c6a (patch) | |
| tree | 00c65c1f393c7384cbee848ef37e668acc7a47c5 /Source/Core/AudioCommon/Src/PulseAudioStream.cpp | |
| parent | 5c371549d319ae125fcfa6278e2ac569b21c0f78 (diff) | |
Remove commented code. No longer supporting setting volume with PulseAudio.
Diffstat (limited to 'Source/Core/AudioCommon/Src/PulseAudioStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/Src/PulseAudioStream.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/Src/PulseAudioStream.cpp b/Source/Core/AudioCommon/Src/PulseAudioStream.cpp index 82b7ee5fa9..923a338190 100644 --- a/Source/Core/AudioCommon/Src/PulseAudioStream.cpp +++ b/Source/Core/AudioCommon/Src/PulseAudioStream.cpp @@ -92,7 +92,6 @@ bool PulseAudio::PulseInit() else { NOTICE_LOG(AUDIO, "Pulse successfully initialized."); - //SetVolume(iVolume); return true; } } |
