quartz: Remove unused variable (Clang).
Signed-off-by: Charles Davis <cdavis5x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c1d61f649d
commit
51ed908467
|
@ -844,25 +844,3 @@ HRESULT WINAPI PullPin_NewSegment(IPin * iface, REFERENCE_TIME tStart, REFERENCE
|
||||||
|
|
||||||
return SendFurther( iface, deliver_newsegment, &args, NULL );
|
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
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue