summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man_html.c2
-rw-r--r--mdoc_html.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/man_html.c b/man_html.c
index c1a841d0..b39bb186 100644
--- a/man_html.c
+++ b/man_html.c
@@ -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 495df583..eba40485 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -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