compositor: Fix double assignment

This commit is contained in:
Sebastian Dröge 2015-05-21 16:19:08 +03:00
parent 012e636e4e
commit b27379051a

View file

@ -252,11 +252,6 @@ _mixer_pad_get_output_size (GstCompositor * comp,
*width = pad_width;
if (height)
*height = pad_height;
if (width)
*width = pad_width;
if (height)
*height = pad_height;
}
static gboolean