glwindow: remove unused field in public struct

This commit is contained in:
Matthew Waters 2016-10-26 16:53:27 +11:00
parent 01fa90c1e7
commit 59350d078b

View file

@ -85,8 +85,6 @@ struct _GstGLWindow {
GstGLDisplay *display; GstGLDisplay *display;
GWeakRef context_ref; GWeakRef context_ref;
guintptr external_gl_context;
gboolean is_drawing; gboolean is_drawing;
GstGLWindowCB draw; GstGLWindowCB draw;