Commit 26d64888 authored by Alexandre Julliard's avatar Alexandre Julliard

Back out the aRts volume patch, this is not user-friendly at all.

parent d523a45b
......@@ -677,9 +677,6 @@ HRESULT WINAPI DirectSoundCreate8(REFGUID lpGUID,LPDIRECTSOUND8 *ppDS,IUnknown *
}
(*ippDS)->drvdesc.dnDevNode--; /* take away last increment */
/* for aRts sound server */
if (err == DS_OK) waveOutSetVolume( (*ippDS)->drvdesc.dnDevNode, 0xFFFFFFFFL );
}
if (drv && (err == DS_OK))
......
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