Commit c744710b authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dsound: Remove unused function.

parent cd0317f2
......@@ -1634,14 +1634,6 @@ static HRESULT DirectSoundCaptureDevice_Create(
return DS_OK;
}
ULONG DirectSoundCaptureDevice_AddRef(
DirectSoundCaptureDevice * device)
{
ULONG ref = InterlockedIncrement(&(device->ref));
TRACE("(%p) ref was %d\n", device, ref - 1);
return ref;
}
ULONG DirectSoundCaptureDevice_Release(
DirectSoundCaptureDevice * device)
{
......
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