Commit f5c355b6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

mosaic: Remove unused function.

parent 20538663
......@@ -437,16 +437,6 @@ static void DestroyFilter( vlc_object_t *p_this )
free( p_sys );
}
/*****************************************************************************
* MosaicReleasePicture : Hack to avoid picture duplication
*****************************************************************************/
static void MosaicReleasePicture( picture_t *p_picture )
{
picture_t *p_original_pic = (picture_t *)p_picture->p_sys;
picture_Release( p_original_pic );
}
/*****************************************************************************
* Filter
*****************************************************************************/
......
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