summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-26 13:26:01 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commit3c88d1abef7ab287287a103fa617e50d54eece1d (patch)
tree5aebd24638e9345e614b58230d21e6e5669ceeaf /include
parent8fd13d8825c14b28787a106acb47e1e3ef47d0f4 (diff)
downloadmupdf-3c88d1abef7ab287287a103fa617e50d54eece1d.tar.xz
html: Remove useless fz_xml node field in box struct.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 35d4be8d..860a8293 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -129,7 +129,6 @@ struct box
float margin[4];
float border[4];
struct box *up, *down, *last, *next;
- fz_xml *node;
struct flow *flow_head, **flow_tail;
struct computed_style style;
int is_first_flow; /* for text-indent */