glcolorconvert: remove unused ret variable

This commit is contained in:
Matthew Waters 2015-10-30 14:43:23 +11:00 committed by Tim-Philipp Müller
parent b0d40019f9
commit c256f0285b

View file

@ -239,7 +239,6 @@ gst_gl_color_convert_element_fixate_caps (GstBaseTransform *
bt, GstPadDirection direction, GstCaps * caps, GstCaps * othercaps)
{
GstGLContext *context = GST_GL_BASE_FILTER (bt)->context;
GstCaps *ret;
return gst_gl_color_convert_fixate_caps (context, direction, caps, othercaps);
}