From b24d28f7294f248115b56718e6cb94e9c55cb4d9 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Wed, 17 Feb 2016 11:42:23 +1100 Subject: [PATCH] glimagesink: remove unsed reconfigure variable --- ext/gl/gstglimagesink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/gl/gstglimagesink.c b/ext/gl/gstglimagesink.c index 2e5a603461..9228801118 100644 --- a/ext/gl/gstglimagesink.c +++ b/ext/gl/gstglimagesink.c @@ -1880,7 +1880,6 @@ gst_glimage_sink_on_resize (GstGLImageSink * gl_sink, gint width, gint height) */ const GstGLFuncs *gl; gboolean do_reshape; - gboolean reconfigure; GST_DEBUG_OBJECT (gl_sink, "GL Window resized to %ux%u", width, height);