From ba32a52bb6b5e12d63e1eb3cc4be1a4022c4c4f7 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 7 Sep 2010 16:07:35 -0700 Subject: Remove unused struct member --- OpenAL32/alSource.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenAL32/alSource.c') diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 7e699816..a0865444 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -1361,8 +1361,6 @@ AL_API ALvoid AL_APIENTRY alSourcePlayv(ALsizei n, const ALuint *sources) if(Source->lOffset) ApplyOffset(Source); - Source->FirstStart = AL_TRUE; - // If device is disconnected, go right to stopped if(!Context->Device->Connected) { -- cgit v1.2.3