diff options
author | Lars Clausen <lclausen@src.gnome.org> | 2002-12-08 00:51:55 +0000 |
---|---|---|
committer | Lars Clausen <lclausen@src.gnome.org> | 2002-12-08 00:51:55 +0000 |
commit | b8a5a87fdf193163b6875bd3b8b812f47f3dc612 (patch) | |
tree | 0419134a1fa392fd3355c6ce71cc4c09f396b24b /lib/dia_xml.h | |
parent | ea7c95840f1bbdf67de9e7fdc025c134c1a4a05d (diff) | |
download | dia-b8a5a87fdf193163b6875bd3b8b812f47f3dc612.tar.xz |
Pretty printing XML hack out, better global_size_one.
Diffstat (limited to 'lib/dia_xml.h')
-rw-r--r-- | lib/dia_xml.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dia_xml.h b/lib/dia_xml.h index 9f18ab0c..3c7c1797 100644 --- a/lib/dia_xml.h +++ b/lib/dia_xml.h @@ -64,8 +64,6 @@ void data_rectangle(DataNode data, Rectangle *rect); char *data_string(DataNode data); DiaFont *data_font(DataNode data); -xmlNodePtr diaXmlNewChild(xmlNodePtr parent, xmlNsPtr ns, - const xmlChar *name, const xmlChar *contents); AttributeNode new_attribute(ObjectNode obj_node, const char *attrname); AttributeNode composite_add_attribute(DataNode composite_node, const char *attrname); |