Browse Source

Removed unused field in loopwavequeue program.

Found by Cppcheck.
Philipp Wiesemann 8 years ago
parent
commit
89499a0836
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/loopwavequeue.c

+ 0 - 1
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;