warning: unused variable 'oclass'

Original commit message from CVS:
warning: unused variable 'oclass'
This commit is contained in:
Benjamin Otte 2002-03-05 08:35:37 +00:00
parent 5df336f7ef
commit e1347f2974

View file

@ -383,7 +383,6 @@ gst_xml_make_element (xmlNodePtr cur, GstObject *parent)
{
xmlNodePtr children = cur->xmlChildrenNode;
GstElement *element;
GstObjectClass *oclass;
guchar *name = NULL;
guchar *type = NULL;