]> git.sesse.net Git - vlc/commitdiff
mosaic: Remove unused function.
authorPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:35:41 +0000 (16:35 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Thu, 20 Aug 2009 14:43:25 +0000 (16:43 +0200)
modules/video_filter/mosaic.c

index b9a3928580eb780dc666a9e1a30fe7821917163e..ac0a43083ec4ff6aa9f218955d8b4d047778eb55 100644 (file)
@@ -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
  *****************************************************************************/