[vlc-devel] commit: Remove unused variable. (Antoine Cellerier )

git version control git at videolan.org
Sun Jan 4 21:37:30 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jan  4 21:37:35 2009 +0100| [d9e2653f304b7eef5f2684aec49496437b64c2b5] | committer: Antoine Cellerier 

Remove unused variable.

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

 modules/video_output/opengl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index d6e5a4f..1bbb612 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -241,7 +241,6 @@ static int Init( vout_thread_t *p_vout )
 {
     vout_sys_t *p_sys = p_vout->p_sys;
     int i_pixel_pitch;
-    vlc_value_t val;
 
     p_sys->p_vout->pf_init( p_sys->p_vout );
 




More information about the vlc-devel mailing list