aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-09-07 16:07:35 -0700
committerChris Robinson <[email protected]>2010-09-07 16:07:35 -0700
commitba32a52bb6b5e12d63e1eb3cc4be1a4022c4c4f7 (patch)
treec001f35ea1c2bd879d18c49a0b370d95296d1ea4 /Alc
parent6027fda0ce3c5165f7a5494ebe6105c353db91b3 (diff)
Remove unused struct member
Diffstat (limited to 'Alc')
-rw-r--r--Alc/mixer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/mixer.c b/Alc/mixer.c
index 1ca0fcc0..2daac85b 100644
--- a/Alc/mixer.c
+++ b/Alc/mixer.c
@@ -608,8 +608,6 @@ static void MixSource(ALsource *ALSource, ALCcontext *ALContext,
ALSource->position = DataPosInt;
ALSource->position_fraction = DataPosFrac;
ALSource->Buffer = BufferListItem->buffer;
-
- ALSource->FirstStart = AL_FALSE;
}
ALvoid aluMixData(ALCdevice *device, ALvoid *buffer, ALsizei size)