Andrew Talbot : dsound: Remove unused function.

Alexandre Julliard julliard at winehq.org
Thu Feb 5 09:20:59 CST 2009


Module: wine
Branch: master
Commit: c744710bd5b757d0daf2a63b93a16983434018ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c744710bd5b757d0daf2a63b93a16983434018ed

Author: Andrew Talbot <andrew.talbot at 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)
 {




More information about the wine-cvs mailing list