[vlc-devel] commit: wall: Remove unused variable and flag unused param. (Pierre d' Herbemont )

git version control git at videolan.org
Thu Aug 20 16:43:35 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 16:36:53 2009 +0200| [b6832dae3ef7f4a6904623c2b72cdf2daad330f7] | committer: Pierre d'Herbemont 

wall: Remove unused variable and flag unused param.

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

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

diff --git a/modules/video_filter/wall.c b/modules/video_filter/wall.c
index 2d66686..1a6837b 100644
--- a/modules/video_filter/wall.c
+++ b/modules/video_filter/wall.c
@@ -397,7 +397,6 @@ static int Filter( video_splitter_t *p_splitter, picture_t *pp_dst[], picture_t
             if( !p_output->b_active )
                 continue;
 
-            video_splitter_output_t *p_cfg = &p_splitter->p_output[p_output->i_output];
             picture_t *p_dst = pp_dst[p_output->i_output];
 
             /* */
@@ -422,6 +421,7 @@ static int Mouse( video_splitter_t *p_splitter, vlc_mouse_t *p_mouse,
                   int i_index,
                   const vlc_mouse_t *p_old, const vlc_mouse_t *p_new )
 {
+    VLC_UNUSED(p_old);
     video_splitter_sys_t *p_sys = p_splitter->p_sys;
 
     for( int y = 0; y < p_sys->i_row; y++ )




More information about the vlc-devel mailing list