summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-07-27 17:47:05 +0000
committerschwarze <schwarze@openbsd.org>2018-07-27 17:47:05 +0000
commit28360464c630f8148260e78ecf53d9c073d2aa34 (patch)
tree8e8c591a873e196ca18f16f6b77e01849207af24 /usr.bin/mandoc/man_html.c
parentsync (diff)
downloadwireguard-openbsd-28360464c630f8148260e78ecf53d9c073d2aa34.tar.xz
wireguard-openbsd-28360464c630f8148260e78ecf53d9c073d2aa34.zip
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