diff options
author | Thomas White <taw@physics.org> | 2018-03-12 21:20:28 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-12 21:20:28 +0100 |
commit | 9fdf16368cd94e11cc8f1d0d00d253f6d37d1efd (patch) | |
tree | 6da783dfaa846ae8d2f49f8abbd0b5c4f490b769 /src/sc_parse.c | |
parent | e9e3b9207f08ea299283dad36f45dd43c34add6c (diff) |
Remove dummy runs
This is a really horrible way of dealing with things
Diffstat (limited to 'src/sc_parse.c')
-rw-r--r-- | src/sc_parse.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sc_parse.c b/src/sc_parse.c index 23bf2d0..f4717f1 100644 --- a/src/sc_parse.c +++ b/src/sc_parse.c @@ -545,11 +545,6 @@ static void separate_newlines(SCBlock *bl) NULL, NULL, &nb); } - /* Follow \newpara with an empty block so that - * all paragraphs have at least one SCBlock */ - sc_block_append(nb, NULL, NULL, strdup(""), - NULL); - /* Add any text after the \n */ if ( strlen(npos+1) > 0 ) { sc_block_append(nb, NULL, NULL, |