Commit 89499a0836b60903f7a9c2143c3c62f3d982107c

Philipp Wiesemann 2017-04-29T22:50:23

Removed unused field in loopwavequeue program. Found by Cppcheck.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/loopwavequeue.c b/test/loopwavequeue.c
index 4731622..3dc7792 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;