summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-12-31 11:09:25 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-12-31 11:09:25 +0000
commitb4da4d806672905d2bb69ab97b839080b2f4c7f3 (patch)
tree262909c0c2822f23537c2b6ab9cd970cba23041d /html.h
parent6e763af2b2a09f00df45768ba215771e19109583 (diff)
downloadmandoc-b4da4d806672905d2bb69ab97b839080b2f4c7f3.tar.gz
drop flag HTML_LITERAL which is no longer used
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 561308bb..82920154 100644
--- a/html.h
+++ b/html.h
@@ -88,7 +88,6 @@ struct html {
#define HTML_KEEP (1 << 2)
#define HTML_PREKEEP (1 << 3)
#define HTML_NONOSPACE (1 << 4) /* never add spaces */
-#define HTML_LITERAL (1 << 5) /* literal (e.g., <PRE>) context */
#define HTML_SKIPCHAR (1 << 6) /* skip the next character */
#define HTML_NOSPLIT (1 << 7) /* do not break line before .An */
#define HTML_SPLIT (1 << 8) /* break line before .An */