From 786b98a01304f8d26afc126b1ec9385f8b283d0b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Nov 2009 23:07:04 -0800 Subject: [PATCH] Avoid setting a field redundantly --- Alc/dsound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Alc/dsound.c b/Alc/dsound.c index 8d7b42b9..4a20b93e 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -414,7 +414,6 @@ static ALCboolean DSoundResetPlayback(ALCdevice *device) if(SUCCEEDED(hr)) { - device->ExtraData = pData; device->Format = format; pData->thread = StartThread(DSoundProc, device); if(!pData->thread) -- 2.11.4.GIT