aboutsummaryrefslogtreecommitdiffstats
path: root/alc/voice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/voice.cpp')
-rw-r--r--alc/voice.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/voice.cpp b/alc/voice.cpp
index 8c8b59c4..14b3607b 100644
--- a/alc/voice.cpp
+++ b/alc/voice.cpp
@@ -280,7 +280,6 @@ void SendSourceStoppedEvent(ALCcontext *context, ALuint id)
evt->u.srcstate.state = AL_STOPPED;
ring->writeAdvance(1);
- context->mEventSem.post();
}
@@ -823,7 +822,6 @@ void ALvoice::mix(const State vstate, ALCcontext *Context, const ALuint SamplesT
evt->u.bufcomp.id = SourceID;
evt->u.bufcomp.count = buffers_done;
ring->writeAdvance(1);
- Context->mEventSem.post();
}
}