Remove commented code. No longer supporting setting volume with PulseAudio.

This commit is contained in:
Jordan Woyak 2013-01-10 13:00:50 -06:00
parent 5c371549d3
commit 202c005e61
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ bool PulseAudio::PulseInit()
else
{
NOTICE_LOG(AUDIO, "Pulse successfully initialized.");
//SetVolume(iVolume);
return true;
}
}