summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-14 12:04:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-14 12:04:59 +0000
commitdfbca2422907323ba2f121dca984ffcfd5a15e19 (patch)
tree8132f05e088022d4eb4cade6cd333390aac8f9b8 /html.h
parente4ebb5bcdf052d8f914e859f05f4bdebce821b00 (diff)
downloadmandoc-dfbca2422907323ba2f121dca984ffcfd5a15e19.tar.gz
Removed superfluous HTML_NEWLINE.
Diffstat (limited to 'html.h')
-rw-r--r--html.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/html.h b/html.h
index add7c12b..31ce8130 100644
--- a/html.h
+++ b/html.h
@@ -101,7 +101,6 @@ struct htmlpair {
struct html {
int flags;
#define HTML_NOSPACE (1 << 0)
-#define HTML_NEWLINE (1 << 1)
#define HTML_IGNDELIM (1 << 2)
struct tagq tags;
struct ordq ords;