Module: wine Branch: master Commit: c744710bd5b757d0daf2a63b93a16983434018ed URL: http://source.winehq.org/git/wine.git/?a=commit;h=c744710bd5b757d0daf2a63b93...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Feb 4 20:39:42 2009 +0000
dsound: Remove unused function.
---
dlls/dsound/capture.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 1e32d7f..6b0cd5b 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -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) {