From f80f208460b2b3c2d1f0b1f021d9803d0f139bed Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 24 Mar 2004 17:28:12 +0000 Subject: [PATCH] Clean up test, it didn't work anyway. --- stepmania/src/arch/Sound/RageSoundDriver_CA.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp index 988cacf93e..88976f24a2 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.cpp @@ -85,14 +85,6 @@ OSStatus RageSound_CA::GetData(AudioDeviceID inDevice, const AudioTimeStamp *inOutputTime, void *inClientData) { - static bool handlerInstalled = false; - - if (!handlerInstalled) - { - InstallExceptionHandler(CrashExceptionHandler); - handlerInstalled = true; - } - RageSound_CA *This = (RageSound_CA *)inClientData; UInt32 dataPackets = outOutputData->mBuffers[0].mDataByteSize;