From fef107f7785c6f0641fc7e87575b74d2d9c7202e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 24 Mar 2007 03:15:08 +0000 Subject: [PATCH] Doing this one time is enough. --- stepmania/src/arch/Sound/RageSoundDriver_AU.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_AU.cpp b/stepmania/src/arch/Sound/RageSoundDriver_AU.cpp index cb71d11657..2d3792bc75 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_AU.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_AU.cpp @@ -88,8 +88,6 @@ RString RageSoundDriver_AU::Init() AudioStreamBasicDescription streamFormat; streamFormat.mSampleRate = PREFSMAN->m_iSoundPreferredSampleRate; - if( streamFormat.mSampleRate == 0 ) - streamFormat.mSampleRate = 44100; streamFormat.mFormatID = kAudioFormatLinearPCM; streamFormat.mFormatFlags = kFormatFlags; streamFormat.mBytesPerPacket = kBytesPerPacket;