Removed unused field in loopwavequeue program.

Found by Cppcheck.
This commit is contained in:
Philipp Wiesemann
2017-04-29 22:50:23 +02:00
parent 563a43b215
commit 9eb08f5ba0

View File

@@ -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;