From a79e0988174c51b44e9e549d8026e38ad4839e1a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 10 Nov 2012 11:20:31 +0000 Subject: remove redundant domutils and put functionality in existing utils/libdom --- render/html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/html.c') diff --git a/render/html.c b/render/html.c index 616ae7b2a..92f1ad6a1 100644 --- a/render/html.c +++ b/render/html.c @@ -53,7 +53,6 @@ #include "utils/url.h" #include "utils/utf8.h" #include "utils/utils.h" -#include "utils/domutils.h" #define CHUNK 4096 @@ -2032,7 +2031,7 @@ html_begin_conversion(html_content *htmlc) } dom_string_unref(node_name); - head = find_first_named_dom_element(html, corestring_lwc_head); + head = libdom_find_first_element(html, corestring_lwc_head); if (head != NULL) { if (html_head(htmlc, head) == false) { msg_data.error = messages_get("NoMemory"); -- cgit v1.2.3