Commit c4d77976 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

quartz: Remove unused functions.

parent 29848ee3
......@@ -64,11 +64,6 @@ static inline DSoundRenderImpl *impl_from_strmbase_renderer(struct strmbase_rend
return CONTAINING_RECORD(iface, DSoundRenderImpl, renderer);
}
static inline DSoundRenderImpl *impl_from_IBaseFilter(IBaseFilter *iface)
{
return CONTAINING_RECORD(iface, DSoundRenderImpl, renderer.filter.IBaseFilter_iface);
}
static inline DSoundRenderImpl *impl_from_IBasicAudio(IBasicAudio *iface)
{
return CONTAINING_RECORD(iface, DSoundRenderImpl, IBasicAudio_iface);
......
......@@ -68,11 +68,6 @@ static inline VideoRendererImpl *impl_from_strmbase_renderer(struct strmbase_ren
return CONTAINING_RECORD(iface, VideoRendererImpl, renderer);
}
static inline VideoRendererImpl *impl_from_IBaseFilter(IBaseFilter *iface)
{
return CONTAINING_RECORD(iface, VideoRendererImpl, renderer.filter.IBaseFilter_iface);
}
static inline VideoRendererImpl *impl_from_IVideoWindow(IVideoWindow *iface)
{
return CONTAINING_RECORD(iface, VideoRendererImpl, baseControlWindow.IVideoWindow_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