Commit 5d7d9401 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

quartz: Remove unused function.

parent 8f1caca4
......@@ -647,11 +647,6 @@ static inline AsyncReader *impl_from_BaseOutputPin(BaseOutputPin *iface)
return CONTAINING_RECORD(iface, AsyncReader, source);
}
static inline BaseOutputPin *impl_BaseOutputPin_from_BasePin(BasePin *iface)
{
return CONTAINING_RECORD(iface, BaseOutputPin, pin);
}
static inline AsyncReader *impl_from_IAsyncReader(IAsyncReader *iface)
{
return CONTAINING_RECORD(iface, AsyncReader, IAsyncReader_iface);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment