aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-10 01:31:31 -0700
committerChris Robinson <[email protected]>2008-10-10 01:31:31 -0700
commit59a71b1454303df58c4c7e39b17d8538bb867663 (patch)
tree972ec6bc396c6169bcf8afbc2e64f07428798744 /Alc/ALu.c
parent36f133a5ae4c1d9ed4cf4769d69fea54e825822d (diff)
Remove another unused source member
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 72a9763d..e3bd069a 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -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)
{