[vlc-devel] [PATCH 1/2] opengl: remove unused variable

Zhao Zhili quinkblack at foxmail.com
Thu Apr 26 05:08:25 CEST 2018


---
 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 b58fdc3..bf459a1 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;
 };
 
-- 
2.9.5





More information about the vlc-devel mailing list