From e1347f297418b49b0ed71786200fd9107032ae00 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 5 Mar 2002 08:35:37 +0000 Subject: [PATCH] warning: unused variable 'oclass' Original commit message from CVS: warning: unused variable 'oclass' --- gst/gstxml.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/gstxml.c b/gst/gstxml.c index 08de28af1f..679f552bef 100644 --- a/gst/gstxml.c +++ b/gst/gstxml.c @@ -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;