aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-10-09 23:44:48 -0700
committerChris Robinson <[email protected]>2008-10-09 23:44:48 -0700
commitbfa110778130bfdeacc79989d2d57adf170ef586 (patch)
tree18fe69f98e54a7dca9f581152dc641327c3632b5 /Alc
parent11397f76675adb7d6036821e3df2363c14913961 (diff)
Remove unneeded source member variable
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index bd2b086b..f49b7807 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -920,7 +920,6 @@ ALvoid aluMixData(ALCcontext *ALContext,ALvoid *buffer,ALsizei size,ALenum forma
ALSource->inuse = AL_TRUE;
ALSource->play = AL_TRUE;
ALSource->BuffersPlayed = 0;
- ALSource->BufferPosition = 0;
ALSource->lBytesPlayed = 0;
BufferListItem = ALSource->queue;
while(BufferListItem != NULL)