mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
warning: unused variable 'oclass'
Original commit message from CVS: warning: unused variable 'oclass'
This commit is contained in:
parent
5df336f7ef
commit
e1347f2974
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ gst_xml_make_element (xmlNodePtr cur, GstObject *parent)
|
||||||
{
|
{
|
||||||
xmlNodePtr children = cur->xmlChildrenNode;
|
xmlNodePtr children = cur->xmlChildrenNode;
|
||||||
GstElement *element;
|
GstElement *element;
|
||||||
GstObjectClass *oclass;
|
|
||||||
guchar *name = NULL;
|
guchar *name = NULL;
|
||||||
guchar *type = NULL;
|
guchar *type = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue