[vlc-commits] vgl: remove unused member

Zhao Zhili git at videolan.org
Thu Aug 23 15:06:24 CEST 2018


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Thu Aug 23 16:42:58 2018 +0800| [fc5b67d942b97e2bbc622f064844671fce0263f6] | committer: Thomas Guillem

vgl: remove unused member

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/video_output/vgl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/vgl.c b/modules/video_output/vgl.c
index 2d7a17eda0..6af8c674e4 100644
--- a/modules/video_output/vgl.c
+++ b/modules/video_output/vgl.c
@@ -31,8 +31,6 @@
 
 struct vout_display_sys_t
 {
-    vlc_gl_t              *gl;
-
     void (*cleanupCb)(void* opaque);
     bool (*setupCb)(void* opaque);
     void (*resizeCb)(void* opaque, unsigned, unsigned);



More information about the vlc-commits mailing list