From 89499a0836b60903f7a9c2143c3c62f3d982107c Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sat, 29 Apr 2017 22:50:23 +0200 Subject: [PATCH] Removed unused field in loopwavequeue program. Found by Cppcheck. --- test/loopwavequeue.c | 1 - 1 file changed, 1 deletion(-) 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;