From 59350d078b29b9b6f3d3ea69c1c7ce4d7652a658 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 26 Oct 2016 16:53:27 +1100 Subject: [PATCH] glwindow: remove unused field in public struct --- gst-libs/gst/gl/gstglwindow.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglwindow.h b/gst-libs/gst/gl/gstglwindow.h index aa20c281fc..9aaef05e87 100644 --- a/gst-libs/gst/gl/gstglwindow.h +++ b/gst-libs/gst/gl/gstglwindow.h @@ -85,8 +85,6 @@ struct _GstGLWindow { GstGLDisplay *display; GWeakRef context_ref; - guintptr external_gl_context; - gboolean is_drawing; GstGLWindowCB draw;