From 0142f551f8931e990fc63008e0453d25f7d60f2c Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Sun, 22 Mar 2015 19:12:15 +0100 Subject: [PATCH] glwindow: remove unused gl_thread field --- gst-libs/gst/gl/gstglwindow.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglwindow.c b/gst-libs/gst/gl/gstglwindow.c index 984033a415..f3b6ba2e63 100644 --- a/gst-libs/gst/gl/gstglwindow.c +++ b/gst-libs/gst/gl/gstglwindow.c @@ -87,7 +87,6 @@ void gst_gl_window_quit_navigation (GstGLWindow * window); struct _GstGLWindowPrivate { - GThread *gl_thread; GThread *navigation_thread; gboolean alive;