1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

Remove the DOM track tracer from the renderer

This commit is contained in:
Jonas Fonseca 2005-12-30 13:08:42 +01:00 committed by Jonas Fonseca
parent 470da90699
commit ff75d5086f

View File

@ -698,7 +698,6 @@ render_dom_document(struct cache_entry *cached, struct document *document,
add_dom_stack_context(&parser->stack, &renderer,
&dom_source_renderer_context_info);
add_dom_stack_tracer(&parser->stack);
root = parse_sgml(parser, &source);
if (root) {