From 2572b8c5ea1ee203c7ee7e50bfc3d7e8481b0898 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 18 Jun 2006 09:40:56 +0000 Subject: [PATCH] That last commit was a bit more than I intended. Oh well. It (and this one) simplify the property listener code and add more listeners. --- stepmania/src/arch/Sound/RageSoundDriver_CA.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/arch/Sound/RageSoundDriver_CA.h b/stepmania/src/arch/Sound/RageSoundDriver_CA.h index be1b4536cb..fe002bb779 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_CA.h +++ b/stepmania/src/arch/Sound/RageSoundDriver_CA.h @@ -34,6 +34,7 @@ private: void AddListener( AudioDevicePropertyID propertyID, AudioDevicePropertyListenerProc handler, const char *name ); + void RemoveListeners(); static OSStatus GetData( AudioDeviceID inDevice, const AudioTimeStamp *inNow, const AudioBufferList *inInputData,