diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c index 473162215..3dc7792f6 100644 --- a/test/loopwavequeue.c +++ b/test/loopwavequeue.c @@ -30,7 +30,6 @@ static struct SDL_AudioSpec spec; Uint8 *sound; /* Pointer to wave data */ Uint32 soundlen; /* Length of wave data */ - int soundpos; /* Current play position */ } wave;