mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
gl/window: remove unused priv variable
https://ci.gstreamer.net/job/GStreamer-master/7989/console
This commit is contained in:
parent
f532e699df
commit
fe3298993b
1 changed files with 0 additions and 1 deletions
|
@ -641,7 +641,6 @@ static void
|
|||
gst_gl_window_default_send_message_async (GstGLWindow * window,
|
||||
GstGLWindowCB callback, gpointer data, GDestroyNotify destroy)
|
||||
{
|
||||
GstGLWindowPrivate *priv = window->priv;
|
||||
GstGLAsyncMessage *message = g_slice_new (GstGLAsyncMessage);
|
||||
|
||||
message->callback = callback;
|
||||
|
|
Loading…
Reference in a new issue