aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,