aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-12 21:20:28 +0100
committerThomas White <taw@physics.org>2018-03-12 21:20:28 +0100
commit9fdf16368cd94e11cc8f1d0d00d253f6d37d1efd (patch)
tree6da783dfaa846ae8d2f49f8abbd0b5c4f490b769
parente9e3b9207f08ea299283dad36f45dd43c34add6c (diff)
Remove dummy runs
This is a really horrible way of dealing with things
-rw-r--r--src/sc_parse.c5
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,