Explorar el Código

Removed unused field in loopwavequeue program.

Found by Cppcheck.
Philipp Wiesemann hace 9 años
padre
commit
89499a0836
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;