Commit f49339ac authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Remove needless call to Sleep.

parent a1e466ae
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment