[vlc-devel] [PATCH 1/4] vgl: remove unused member
Zhao Zhili
quinkblack at foxmail.com
Thu Aug 23 10:42:58 CEST 2018
---
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 2d7a17e..6af8c67 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);
--
2.9.5
More information about the vlc-devel
mailing list