[vlc-devel] commit: remove unndeed variables (Kaarlo Raiha )

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


vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at tut.fi> | Sun Jan  4 21:35:07 2009 +0200| [50787630786a9ef9ad3f5a53f9184706da1ee60a] | committer: Antoine Cellerier 

remove unndeed variables

Signed-off-by: Antoine Cellerier <dionoea at videolan.org>

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

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

diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index 4325a84..d6e5a4f 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;
 };
 
 /*****************************************************************************




More information about the vlc-devel mailing list