diff --git a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp index e70d5d72a6..e69ac57d90 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_DSound.cpp @@ -235,9 +235,6 @@ RageSound_DSound::RageSound_DSound(): LOG->Trace("Got %i hardware buffers", stream_pool.size()); - /* Set channel volumes. */ - VolumeChanged(); - MixingThread.SetName("Mixer thread"); MixingThread.Create( MixerThread_start, this ); }