summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-07-27 17:47:06 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-07-27 17:47:06 +0000
commit10c17ca6d587d42f012dcc5c2912890fd7384dbc (patch)
tree75373019dd6ddf731eecd4b068a75e98072298c1 /usr.bin/mandoc/man_html.c
parenta58b5aa2eb240f1e601159a1ce991ddb7747cae7 (diff)
garbage collect the unused "#define INDENT"
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r--usr.bin/mandoc/man_html.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c
index 9a16804e9a7..39016c56983 100644
--- a/usr.bin/mandoc/man_html.c
+++ b/usr.bin/mandoc/man_html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man_html.c,v 1.105 2018/06/25 13:32:59 schwarze Exp $ */
+/* $OpenBSD: man_html.c,v 1.106 2018/07/27 17:47:05 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -33,8 +33,6 @@
/* FIXME: have PD set the default vspace width. */
-#define INDENT 5
-
#define MAN_ARGS const struct roff_meta *man, \
const struct roff_node *n, \
struct html *h