[project @ 2004-04-18 22:53:22 by bursa]

Remove obsolete assert() to fix frames crash.

svn path=/import/netsurf/; revision=794
This commit is contained in:
James Bursa 2004-04-18 22:53:22 +00:00
parent 8e16babeaa
commit 0422445008
1 changed files with 0 additions and 2 deletions

View File

@ -505,8 +505,6 @@ struct box * convert_xml_to_box(xmlNode * n, struct content *content,
}
assert(n->type == XML_ELEMENT_NODE);
assert(CSS_DISPLAY_INLINE < style->display &&
style->display < CSS_DISPLAY_NONE);
/* non-inline box: add to tree and recurse */
box_add_child(parent, box);