diff options
author | Chris Robinson <[email protected]> | 2008-10-10 01:31:31 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-10-10 01:31:31 -0700 |
commit | 59a71b1454303df58c4c7e39b17d8538bb867663 (patch) | |
tree | 972ec6bc396c6169bcf8afbc2e64f07428798744 /Alc/ALu.c | |
parent | 36f133a5ae4c1d9ed4cf4769d69fea54e825822d (diff) |
Remove another unused source member
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r-- | Alc/ALu.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -922,7 +922,6 @@ ALvoid aluMixData(ALCcontext *ALContext,ALvoid *buffer,ALsizei size,ALenum forma ALSource->inuse = AL_TRUE; ALSource->play = AL_TRUE; ALSource->BuffersPlayed = 0; - ALSource->lBytesPlayed = 0; BufferListItem = ALSource->queue; while(BufferListItem != NULL) { |