summaryrefslogtreecommitdiff
path: root/src/commonmark.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-12 17:36:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-12 17:36:31 -0700
commitc5e64712336b9707858bd71c7287c6fd6281545c (patch)
tree8956f0adf5643680ea255575d8fe96687597ef9e /src/commonmark.c
parent26305f4eff1e2205c1259e82076295a575d7ca41 (diff)
Small cleanups.
Moved begin_line setting into render.c, so you don't need to worry about it in outc.
Diffstat (limited to 'src/commonmark.c')
-rw-r--r--src/commonmark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commonmark.c b/src/commonmark.c
index 5d098e7..dbb1910 100644
--- a/src/commonmark.c
+++ b/src/commonmark.c
@@ -56,8 +56,6 @@ static inline void outc(cmark_renderer *renderer,
} else {
cmark_render_code_point(renderer, c);
}
- renderer->begin_line = (c == 10);
-
}
static int