Mercurial > pidgin
diff libpurple/xmlnode.c @ 32029:67addaf8677f
Remove deprecated xmlnode functions.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Fri, 02 Sep 2011 21:04:02 +0000 |
| parents | 979bab4c3bca |
| children | 114a98da1a5f |
line wrap: on
line diff
--- a/libpurple/xmlnode.c Fri Sep 02 19:50:58 2011 +0000 +++ b/libpurple/xmlnode.c Fri Sep 02 21:04:02 2011 +0000 @@ -191,18 +191,6 @@ } void -xmlnode_set_attrib_with_namespace(xmlnode *node, const char *attr, const char *xmlns, const char *value) -{ - xmlnode_set_attrib_full(node, attr, xmlns, NULL, value); -} - -void -xmlnode_set_attrib_with_prefix(xmlnode *node, const char *attr, const char *prefix, const char *value) -{ - xmlnode_set_attrib_full(node, attr, NULL, prefix, value); -} - -void xmlnode_set_attrib_full(xmlnode *node, const char *attr, const char *xmlns, const char *prefix, const char *value) { xmlnode *attrib_node;
