glwindow: remove unused gl_thread field
authorJulien Isorce <j.isorce@samsung.com>
Sun, 22 Mar 2015 18:12:15 +0000 (19:12 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Sun, 22 Mar 2015 18:12:15 +0000 (19:12 +0100)
gst-libs/gst/gl/gstglwindow.c

index 984033a..f3b6ba2 100644 (file)
@@ -87,7 +87,6 @@ void gst_gl_window_quit_navigation (GstGLWindow * window);
 
 struct _GstGLWindowPrivate
 {
-  GThread *gl_thread;
   GThread *navigation_thread;
 
   gboolean alive;