diff src/audio/esd/SDL_esdaudio.h @ 3815:3234d6eee011 SDL-ryan-multiple-audio-device

Updated esd audio driver for 1.3 API.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 06 Oct 2006 04:16:11 +0000
parents 9dc81c6acaf5
children
line wrap: on
line diff
--- a/src/audio/esd/SDL_esdaudio.h	Fri Oct 06 03:40:57 2006 +0000
+++ b/src/audio/esd/SDL_esdaudio.h	Fri Oct 06 04:16:11 2006 +0000
@@ -47,13 +47,5 @@
 };
 #define FUDGE_TICKS	10      /* The scheduler overhead ticks per frame */
 
-/* Old variable names */
-#define audio_fd		(this->hidden->audio_fd)
-#define parent			(this->hidden->parent)
-#define mixbuf			(this->hidden->mixbuf)
-#define mixlen			(this->hidden->mixlen)
-#define frame_ticks		(this->hidden->frame_ticks)
-#define next_frame		(this->hidden->next_frame)
-
 #endif /* _SDL_esdaudio_h */
 /* vi: set ts=4 sw=4 expandtab: */