garbage collect the unused "#define INDENT"
authorschwarze <schwarze@openbsd.org>
Fri, 27 Jul 2018 17:47:05 +0000 (17:47 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 27 Jul 2018 17:47:05 +0000 (17:47 +0000)
usr.bin/mandoc/man_html.c
usr.bin/mandoc/mdoc_html.c

index 9a16804..39016c5 100644 (file)
@@ -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
index ca3ffa8..5d5d35d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mdoc_html.c,v 1.184 2018/06/25 16:54:55 schwarze Exp $ */
+/*     $OpenBSD: mdoc_html.c,v 1.185 2018/07/27 17:47:05 schwarze Exp $ */
 /*
  * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -32,8 +32,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