quartz: Remove unused function.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8f1caca469
commit
5d7d940114
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue