glimagesink: remove unsed reconfigure variable

This commit is contained in:
Matthew Waters 2016-02-17 11:42:23 +11:00 committed by Tim-Philipp Müller
parent 5694cdd8ca
commit 9ac6c546de

View file

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