Remove needless call to Sleep.
This commit is contained in:
parent
a1e466ae77
commit
f49339ace3
|
@ -3570,8 +3570,6 @@ static DWORD widStart(WORD wDevID, LPWAVEHDR lpWaveHdr, DWORD dwSize)
|
|||
|
||||
ALSA_AddRingMessage(&WInDev[wDevID].msgRing, WINE_WM_STARTING, 0, TRUE);
|
||||
|
||||
Sleep(500);
|
||||
|
||||
return MMSYSERR_NOERROR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue