summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h1
1 files changed, 0 insertions, 1 deletions
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. */