mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-17 18:28:28 +00:00
Removed unused field in loopwavequeue program.
Found by Cppcheck.
This commit is contained in:
parent
d7cd653737
commit
89499a0836
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ static struct
|
||||||
SDL_AudioSpec spec;
|
SDL_AudioSpec spec;
|
||||||
Uint8 *sound; /* Pointer to wave data */
|
Uint8 *sound; /* Pointer to wave data */
|
||||||
Uint32 soundlen; /* Length of wave data */
|
Uint32 soundlen; /* Length of wave data */
|
||||||
int soundpos; /* Current play position */
|
|
||||||
} wave;
|
} wave;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue