dsound: Remove unused function.

This commit is contained in:
Andrew Talbot 2009-02-04 20:39:42 +00:00 committed by Alexandre Julliard
parent cd0317f22d
commit c744710bd5
1 changed files with 0 additions and 8 deletions

View File

@ -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)
{