1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

And the SGML parser should not add any callbacks anymore

This commit is contained in:
Jonas Fonseca 2005-12-20 21:12:25 +01:00 committed by Jonas Fonseca
parent 0834e77252
commit 5f9583579e

View File

@ -322,7 +322,6 @@ init_sgml_parser(enum sgml_parser_type type, enum sgml_document_type doctype,
type != SGML_PARSER_STREAM);
/* FIXME: Some sgml backend specific callbacks? Handle HTML script tags,
* and feed document.write() data back to the parser. */
add_dom_stack_callbacks(&parser->stack, callbacks);
return parser;
}