]> git.sesse.net Git - vlc/commitdiff
remove unndeed variables
authorKaarlo Raiha <kaarlo.raiha@tut.fi>
Sun, 4 Jan 2009 19:35:07 +0000 (21:35 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 4 Jan 2009 20:38:00 +0000 (21:38 +0100)
Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
modules/video_output/opengl.c

index 4325a84522a4d58b32287bec8e07ebd6e717cd42..d6e5a4f902f118fca499809889810fe70ebd6bf7 100644 (file)
@@ -143,9 +143,6 @@ struct vout_sys_t
     int         i_tex_width;
     int         i_tex_height;
     GLuint      p_textures[2];
-
-    float       f_speed;
-    float       f_radius;
 };
 
 /*****************************************************************************