]> git.sesse.net Git - vlc/commitdiff
Remove unused variable.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Jan 2009 20:37:35 +0000 (21:37 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Jan 2009 20:38:00 +0000 (21:38 +0100)
modules/video_output/opengl.c

index d6e5a4f902f118fca499809889810fe70ebd6bf7..1bbb6123b2af0bd4032b50f3e42a422964413617 100644 (file)
@@ -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 );