From: Kaarlo Raiha Date: Sun, 4 Jan 2009 19:35:07 +0000 (+0200) Subject: remove unndeed variables X-Git-Tag: 1.0.0-pre1~1537 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=50787630786a9ef9ad3f5a53f9184706da1ee60a;p=vlc remove unndeed variables Signed-off-by: Antoine Cellerier --- diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c index 4325a84522..d6e5a4f902 100644 --- a/modules/video_output/opengl.c +++ b/modules/video_output/opengl.c @@ -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; }; /*****************************************************************************