aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-07-27 17:49:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-07-27 17:49:31 +0000
commit4146da89a1473debbf2eb9575f1046be19e45d55 (patch)
treed5b6e5d4a21c526f4a33ecd160d03722b8af9e09
parentf4f521ce0bfa5984b29ddb112e21efd2bac1efc4 (diff)
downloadmandoc-4146da89a1473debbf2eb9575f1046be19e45d55.tar.gz
mandoc-4146da89a1473debbf2eb9575f1046be19e45d55.tar.zst
mandoc-4146da89a1473debbf2eb9575f1046be19e45d55.zip
garbage collect the unused "#define INDENT"
-rw-r--r--man_html.c4
-rw-r--r--mdoc_html.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/man_html.c b/man_html.c
index 96cb91aa..ae5dac1a 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.152 2018/06/25 13:33:04 schwarze Exp $ */
+/* $Id: man_html.c,v 1.153 2018/07/27 17:49:31 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -35,8 +35,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
diff --git a/mdoc_html.c b/mdoc_html.c
index b8b3e1e8..f50de8a7 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.309 2018/06/25 16:54:59 schwarze Exp $ */
+/* $Id: mdoc_html.c,v 1.310 2018/07/27 17:49:31 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -34,8 +34,6 @@
#include "html.h"
#include "main.h"
-#define INDENT 5
-
#define MDOC_ARGS const struct roff_meta *meta, \
struct roff_node *n, \
struct html *h