[vlc-commits] opengl: remove unused variable
Zhao Zhili
git at videolan.org
Fri Apr 27 09:29:12 CEST 2018
vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Thu Apr 26 11:08:25 2018 +0800| [c8827646acb751a51ccd92581e42eac2d1e138f9] | committer: Thomas Guillem
opengl: remove unused variable
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c8827646acb751a51ccd92581e42eac2d1e138f9
---
modules/video_output/opengl/vout_helper.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/video_output/opengl/vout_helper.c b/modules/video_output/opengl/vout_helper.c
index b58fdc34d4..bf459a1070 100644
--- a/modules/video_output/opengl/vout_helper.c
+++ b/modules/video_output/opengl/vout_helper.c
@@ -168,7 +168,6 @@ struct vout_display_opengl_t {
float f_fovx; /* f_fovx and f_fovy are linked but we keep both */
float f_fovy; /* to avoid recalculating them when needed. */
float f_z; /* Position of the camera on the shpere radius vector */
- float f_z_min;
float f_sar;
};
More information about the vlc-commits
mailing list