duh, remove unused var
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 9 Jul 2005 23:48:45 +0000 (23:48 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 9 Jul 2005 23:48:45 +0000 (23:48 +0000)
Original commit message from CVS:
duh, remove unused var

gst/gstpad.c

index 13f480c..8487b9f 100644 (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);