glwindow: remove unused gl_thread field

This commit is contained in:
Julien Isorce 2015-03-22 19:12:15 +01:00 committed by Tim-Philipp Müller
parent a71d479cc3
commit 0142f551f8

View file

@ -87,7 +87,6 @@ void gst_gl_window_quit_navigation (GstGLWindow * window);
struct _GstGLWindowPrivate struct _GstGLWindowPrivate
{ {
GThread *gl_thread;
GThread *navigation_thread; GThread *navigation_thread;
gboolean alive; gboolean alive;