Remove commented code. No longer supporting setting volume with PulseAudio.
This commit is contained in:
parent
5c371549d3
commit
202c005e61
|
@ -92,7 +92,6 @@ bool PulseAudio::PulseInit()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
NOTICE_LOG(AUDIO, "Pulse successfully initialized.");
|
NOTICE_LOG(AUDIO, "Pulse successfully initialized.");
|
||||||
//SetVolume(iVolume);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue