1.1 --- a/src/audio/arts/SDL_artsaudio.h Sun Oct 01 16:10:41 2006 +0000
1.2 +++ b/src/audio/arts/SDL_artsaudio.h Tue Oct 17 09:15:21 2006 +0000
1.3 @@ -28,7 +28,7 @@
1.4
1.5 #include "../SDL_sysaudio.h"
1.6
1.7 -/* Hidden "this" pointer for the video functions */
1.8 +/* Hidden "this" pointer for the audio functions */
1.9 #define _THIS SDL_AudioDevice *this
1.10
1.11 struct SDL_PrivateAudioData
1.12 @@ -49,13 +49,5 @@
1.13 };
1.14 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
1.15
1.16 -/* Old variable names */
1.17 -#define stream (this->hidden->stream)
1.18 -#define parent (this->hidden->parent)
1.19 -#define mixbuf (this->hidden->mixbuf)
1.20 -#define mixlen (this->hidden->mixlen)
1.21 -#define frame_ticks (this->hidden->frame_ticks)
1.22 -#define next_frame (this->hidden->next_frame)
1.23 -
1.24 #endif /* _SDL_artscaudio_h */
1.25 /* vi: set ts=4 sw=4 expandtab: */