dsound: Remove dead code from mixer (Coverity).

This commit is contained in:
Marcus Meissner 2011-10-16 19:16:41 +02:00 committed by Alexandre Julliard
parent 76702f3391
commit 587cd82013
1 changed files with 0 additions and 5 deletions

View File

@ -934,11 +934,6 @@ static void DSOUND_PerformMix(DirectSoundDevice *device)
size2 = 0;
FillMemory(device->mix_buffer + mixplaypos, mixplaypos2 - mixplaypos, 0);
FillMemory(buf1, size1, nfiller);
if (buf2 && size2)
{
FIXME("%d: There should be no additional buffer here!!\n", __LINE__);
FillMemory(buf2, size2, nfiller);
}
}
device->playpos = playpos;