warning: unused variable 'templist'

Original commit message from CVS:
warning: unused variable 'templist'
This commit is contained in:
Benjamin Otte 2002-03-06 08:20:10 +00:00
parent fb0e821074
commit 05d1d0cfd2

View file

@ -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;