From b2242ae0f01b9fa4d791c3c74ce2a6383c6d27b1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 24 Mar 2004 20:10:03 +0000 Subject: [project @ 2004-03-24 20:10:03 by jmb] Remove need for XML parse tree to be kept in memory. The source document is now reparsed when saving complete. svn path=/import/netsurf/; revision=662 --- render/html.h | 1 - 1 file changed, 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 673e57317..d029a7554 100644 --- a/render/html.h +++ b/render/html.h @@ -36,7 +36,6 @@ struct box_position { /** Data specific to CONTENT_HTML. */ struct content_html_data { htmlParserCtxt *parser; /**< HTML parser context. */ - xmlDoc *document; /**< the XML document tree */ xmlCharEncoding encoding; /**< Encoding of source. */ bool getenc; /**< Need to get the encoding from the document, as server is broken. */ -- cgit v1.2.3