[vlc-commits] Mosaic: remove unused variable

Jean-Baptiste Kempf git at videolan.org
Wed Aug 17 15:08:18 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 17 15:07:12 2011 +0200| [c688c805a4166fb39df7237ef3f3ce62586faa79] | committer: Jean-Baptiste Kempf

Mosaic: remove unused variable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c688c805a4166fb39df7237ef3f3ce62586faa79
---

 modules/video_filter/mosaic.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/video_filter/mosaic.c b/modules/video_filter/mosaic.c
index 59fb799..203a6e0 100644
--- a/modules/video_filter/mosaic.c
+++ b/modules/video_filter/mosaic.c
@@ -281,11 +281,9 @@ static int CreateFilter( vlc_object_t *p_this )
 {
     filter_t *p_filter = (filter_t *)p_this;
     filter_sys_t *p_sys;
-    vlc_object_t *p_libvlc = VLC_OBJECT( p_filter->p_libvlc );
     char *psz_order, *_psz_order;
     char *psz_offsets;
     int i_index;
-    vlc_value_t val;
     int i_command;
 
     /* Allocate structure */



More information about the vlc-commits mailing list