mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Removed unused field in loopwavequeue program.
Found by Cppcheck.
This commit is contained in:
parent
d7cd653737
commit
89499a0836
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user