diff --git a/gxml/XDocument.vala b/gxml/XDocument.vala index 0100f333e94bf0c381c9e602efc55b64cb40cd39..623d845cbf36f2ff14a25a9c55aadaf6bd8514fe 100644 --- a/gxml/XDocument.vala +++ b/gxml/XDocument.vala @@ -93,7 +93,6 @@ public class GXml.XDocument : GXml.XNode, // GXml.DomNode public override Gee.Map attrs { owned get { return new XHashMapAttr (this, (Xml.Node*) doc) as Gee.Map; } } public override Gee.BidirList children_nodes { owned get { return new XListChildren (this, (Xml.Node*) doc) as Gee.BidirList; } } - public override Gee.List namespaces { owned get { return new XListNamespaces (this, doc->get_root_element()) as Gee.List; } } public override GXml.DomDocument document { get { return this; } } // GXml.DomDocument public bool indent { get; set; default = false; }