Remove an unused lambda capture

This commit is contained in:
Chris Robinson 2019-07-15 06:03:35 -07:00
parent 8a9e72109e
commit ffc7258cbc

View File

@ -2770,7 +2770,7 @@ START_API_FUNC
{
/* TODO: Send state change event? */
std::for_each(srchandles, srchandles+n,
[&context](ALsource *source) -> void
[](ALsource *source) -> void
{
source->OffsetType = AL_NONE;
source->Offset = 0.0;