glwindow: remove unused field in public struct

This commit is contained in:
Matthew Waters 2016-10-26 16:53:27 +11:00 committed by Tim-Philipp Müller
parent 2b89a2c348
commit e483b092f1

View file

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