gstsink: Remove unused member variable

This commit is contained in:
Benjamin Otte 2024-07-18 02:40:12 +02:00
parent 4707784755
commit 823b529f89

View File

@ -56,7 +56,6 @@ struct _GtkGstSink
GstGLDisplay * gst_display;
GstGLContext * gst_gdk_context;
GstGLContext * gst_context;
GdkDmabufFormats * dmabuf_formats;
};
struct _GtkGstSinkClass