summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/PulseAudioStream.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2013-01-10 13:00:50 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2013-01-10 13:01:22 -0600
commit202c005e61c12e546a69fb290ace57e170196c6a (patch)
tree00c65c1f393c7384cbee848ef37e668acc7a47c5 /Source/Core/AudioCommon/Src/PulseAudioStream.cpp
parent5c371549d319ae125fcfa6278e2ac569b21c0f78 (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.cpp1
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;
}
}