[PATCH] quartz: Remove unused variable. (Clang)

Charles Davis cdavis5x at gmail.com
Thu Feb 18 14:22:34 CST 2016


Signed-off-by: Charles Davis <cdavis5x at gmail.com>
---
 dlls/quartz/pin.c | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/dlls/quartz/pin.c b/dlls/quartz/pin.c
index 0a2c507..7212807 100644
--- a/dlls/quartz/pin.c
+++ b/dlls/quartz/pin.c
@@ -844,25 +844,3 @@ HRESULT WINAPI PullPin_NewSegment(IPin * iface, REFERENCE_TIME tStart, REFERENCE
 
     return SendFurther( iface, deliver_newsegment, &args, NULL );
 }
-
-static const IPinVtbl PullPin_Vtbl = 
-{
-    PullPin_QueryInterface,
-    BasePinImpl_AddRef,
-    PullPin_Release,
-    BaseInputPinImpl_Connect,
-    PullPin_ReceiveConnection,
-    PullPin_Disconnect,
-    BasePinImpl_ConnectedTo,
-    BasePinImpl_ConnectionMediaType,
-    BasePinImpl_QueryPinInfo,
-    BasePinImpl_QueryDirection,
-    BasePinImpl_QueryId,
-    PullPin_QueryAccept,
-    BasePinImpl_EnumMediaTypes,
-    BasePinImpl_QueryInternalConnections,
-    PullPin_EndOfStream,
-    PullPin_BeginFlush,
-    PullPin_EndFlush,
-    PullPin_NewSegment
-};
-- 
2.7.1




More information about the wine-patches mailing list