Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed unused field in loopwavequeue program.
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Apr 29, 2017
1 parent d7cd653 commit 89499a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/loopwavequeue.c
Expand Up @@ -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;


Expand Down

0 comments on commit 89499a0

Please sign in to comment.