diff src/audio/windib/SDL_dibaudio.h @ 3841:3479f939987c SDL-ryan-multiple-audio-device

Moved windib (waveout) audio to 1.3 API and made other cleanups.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 08 Oct 2006 23:04:24 +0000
parents efdfe292bd88
children
line wrap: on
line diff
--- a/src/audio/windib/SDL_dibaudio.h	Sun Oct 08 08:58:36 2006 +0000
+++ b/src/audio/windib/SDL_dibaudio.h	Sun Oct 08 23:04:24 2006 +0000
@@ -40,13 +40,6 @@
     int next_buffer;
 };
 
-/* Old variable names */
-#define sound			(this->hidden->sound)
-#define audio_sem 		(this->hidden->audio_sem)
-#define mixbuf			(this->hidden->mixbuf)
-#define wavebuf			(this->hidden->wavebuf)
-#define next_buffer		(this->hidden->next_buffer)
-
 #endif /* _SDL_dibaudio_h */
 
 /* vi: set ts=4 sw=4 expandtab: */