aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-26 22:13:53 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 17:50:29 +0800
commitf9ba3c0721715bb8d6dbf4315188e4397134ee6b (patch)
tree4cbb38c005824eff1d3d55c7d13b14129447d1b9 /libempathy/empathy-utils.h
parent3992967e7a3015a48b5db9c7e652105abe38856e (diff)
downloadgsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar.gz
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar.bz2
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar.lz
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar.xz
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.tar.zst
gsoc2013-empathy-f9ba3c0721715bb8d6dbf4315188e4397134ee6b.zip
utils: Drop the file-based empathy_xml_validate()
After embedding all the DTDs with GResource the file-based empathy_xml_validate() is no longer needed, replaced by empathy_xml_validate_from_resource(). https://bugzilla.gnome.org/show_bug.cgi?id=696974
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 7077d835e..935b501a4 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -46,8 +46,6 @@ void empathy_init (void);
/* XML */
gboolean empathy_xml_validate_from_resource (xmlDoc *doc,
const gchar *dtd_resourcename);
-gboolean empathy_xml_validate (xmlDoc *doc,
- const gchar *dtd_filename);
xmlNodePtr empathy_xml_node_get_child (xmlNodePtr node,
const gchar *child_name);
xmlChar * empathy_xml_node_get_child_content (xmlNodePtr node,