]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.h
utils: Drop the file-based empathy_xml_validate()
[empathy.git] / libempathy / empathy-utils.h
index 7077d835e79bd49e037456bbaed92d75e7882c88..935b501a49aae974ec17ef0487d1d340b9624478 100644 (file)
@@ -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,