1.1 --- a/src/audio/arts/SDL_artsaudio.h Fri Oct 06 01:13:09 2006 +0000
1.2 +++ b/src/audio/arts/SDL_artsaudio.h Fri Oct 06 02:40:02 2006 +0000
1.3 @@ -49,13 +49,5 @@
1.4 };
1.5 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
1.6
1.7 -/* Old variable names */
1.8 -#define stream (this->hidden->stream)
1.9 -#define parent (this->hidden->parent)
1.10 -#define mixbuf (this->hidden->mixbuf)
1.11 -#define mixlen (this->hidden->mixlen)
1.12 -#define frame_ticks (this->hidden->frame_ticks)
1.13 -#define next_frame (this->hidden->next_frame)
1.14 -
1.15 #endif /* _SDL_artscaudio_h */
1.16 /* vi: set ts=4 sw=4 expandtab: */