dsound: Remove unused function.
This commit is contained in:
parent
cd0317f22d
commit
c744710bd5
|
@ -1634,14 +1634,6 @@ static HRESULT DirectSoundCaptureDevice_Create(
|
||||||
return DS_OK;
|
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(
|
ULONG DirectSoundCaptureDevice_Release(
|
||||||
DirectSoundCaptureDevice * device)
|
DirectSoundCaptureDevice * device)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue