From 05d1d0cfd2a4af345b19a5089fcf2b5d4b0bda01 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 6 Mar 2002 08:20:10 +0000 Subject: [PATCH] warning: unused variable 'templist' Original commit message from CVS: warning: unused variable 'templist' --- gst/autoplug/gstspider.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index 9ffd567d39..ecc59c9b3f 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -613,7 +613,6 @@ gst_spider_plug_from_srcpad (GstSpiderConnection *conn, GstPad *srcpad) { GstElement *element; GList *plugpath; - GList *templist; gboolean result = TRUE; GstSpider *spider = (GstSpider *) GST_OBJECT_PARENT (conn->src); GstElement *startelement = conn->current;