Module: wine Branch: master Commit: 33294331d2a6b35ad834a110d7dfd57e3540b276 URL: http://source.winehq.org/git/wine.git/?a=commit;h=33294331d2a6b35ad834a110d7...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Mon Jun 23 13:52:51 2008 -0700
quartz: Remove dead code from DSoundRender.
---
dlls/quartz/dsoundrender.c | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/dlls/quartz/dsoundrender.c b/dlls/quartz/dsoundrender.c index 49dd4b1..915f8b4 100644 --- a/dlls/quartz/dsoundrender.c +++ b/dlls/quartz/dsoundrender.c @@ -42,7 +42,6 @@ static const WCHAR wcsInputPinName[] = {'i','n','p','u','t',' ','p','i','n',0};
static const IBaseFilterVtbl DSoundRender_Vtbl; static const IPinVtbl DSoundRender_InputPin_Vtbl; -static const IMemInputPinVtbl MemInputPin_Vtbl; static const IBasicAudioVtbl IBasicAudio_Vtbl; static const IReferenceClockVtbl IReferenceClock_Vtbl; static const IMediaSeekingVtbl IMediaSeeking_Vtbl; @@ -894,19 +893,6 @@ static const IPinVtbl DSoundRender_InputPin_Vtbl = InputPin_NewSegment };
-static const IMemInputPinVtbl MemInputPin_Vtbl = -{ - MemInputPin_QueryInterface, - MemInputPin_AddRef, - MemInputPin_Release, - MemInputPin_GetAllocator, - MemInputPin_NotifyAllocator, - MemInputPin_GetAllocatorRequirements, - MemInputPin_Receive, - MemInputPin_ReceiveMultiple, - MemInputPin_ReceiveCanBlock -}; - /*** IUnknown methods ***/ static HRESULT WINAPI Basicaudio_QueryInterface(IBasicAudio *iface, REFIID riid,