mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
glwindow: remove unused gl_thread field
This commit is contained in:
parent
a71d479cc3
commit
0142f551f8
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue