From 77791305d6e1483fa5ae46f26616242c00f99989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 4 Oct 2019 21:02:17 +0200 Subject: HTML output seems to work in full now. --- src/parse.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/parse.c') diff --git a/src/parse.c b/src/parse.c index 81312967..3a5907c8 100644 --- a/src/parse.c +++ b/src/parse.c @@ -91,9 +91,6 @@ int parse_file(char* filename, FILE* f, SCM root) { SCM child = scm_make_vcomponent(scm_string_to_symbol(scm_from_strbuf(&str))); scm_add_child_x (component, child); - /* TODO it should be possible to create this object once - at the top of this function - */ scm_add_line_x(child, filename_key, scm_make_vline(scm_filename)); component = child; -- cgit v1.2.3