summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 44fcb54b1..b80dbdbe6 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -190,9 +190,6 @@ bool xml_to_box(xmlNode *n, struct content *c)
root.float_children = NULL;
root.next_float = NULL;
- c->data.html.object_count = 0;
- c->data.html.object = 0;
-
/* The root box's style */
if (!convert_xml_to_box(n, c, NULL, &root,
&inline_container, 0, 0, 0))