dsound: Remove unused function

Andrew Talbot andrew.talbot at talbotville.com
Wed Feb 4 14:39:42 CST 2009


Changelog:
    dsound: Remove unused function.

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-patches mailing list