Clean up test, it didn't work anyway.

This commit is contained in:
Steve Checkoway
2004-03-24 17:28:12 +00:00
parent 98944fbe23
commit f80f208460
@@ -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;