diff src/audio/macosx/SDL_coreaudio.h @ 3796:b19680c84cdf SDL-ryan-multiple-audio-device

Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of the core and into the drivers where it belongs, and push generic responsibilities out of the drivers and into the core where they belong.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 04 Oct 2006 19:54:23 +0000
parents da2ea0694d11
children 9dc81c6acaf5
line wrap: on
line diff
--- a/src/audio/macosx/SDL_coreaudio.h	Wed Oct 04 06:00:10 2006 +0000
+++ b/src/audio/macosx/SDL_coreaudio.h	Wed Oct 04 19:54:23 2006 +0000
@@ -36,7 +36,6 @@
     UInt32 bufferOffset;
     UInt32 bufferSize;
     AudioDeviceID deviceID;
-    int isCapture;
 };
 
 #endif /* _SDL_coreaudio_h */