gl/window: remove unused priv variable

https://ci.gstreamer.net/job/GStreamer-master/7989/console
This commit is contained in:
Matthew Waters 2016-12-16 00:22:41 +11:00 committed by Tim-Philipp Müller
parent f532e699df
commit fe3298993b

View file

@ -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;