summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-03-10 23:08:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-03-10 23:08:34 +0000
commit8f3ed71cbab75c6445a4f13e4e1bc8b768a452b1 (patch)
tree56ad8b2d2a1b28dcb99130508f28fbdd9b1e686a /render/box_construct.c
parent02361309edbc5d2cbf1cd79e555ca6c6348b2920 (diff)
downloadnetsurf-8f3ed71cbab75c6445a4f13e4e1bc8b768a452b1.tar.gz
netsurf-8f3ed71cbab75c6445a4f13e4e1bc8b768a452b1.tar.bz2
Keep child objects of a HTML content in a list, instead of an array
svn path=/trunk/netsurf/; revision=11963
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))