duh, remove unused var

Original commit message from CVS:
duh, remove unused var
This commit is contained in:
Thomas Vander Stichele 2005-07-09 23:48:45 +00:00
parent 84caeeb557
commit 351230b554

View file

@ -1364,7 +1364,6 @@ gst_pad_link_check_compatible_unlocked (GstPad * src, GstPad * sink)
{
GstCaps *srccaps;
GstCaps *sinkcaps;
gboolean ret;
srccaps = gst_pad_get_caps_unlocked (src);
sinkcaps = gst_pad_get_caps_unlocked (sink);