diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-27 17:49:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-07-27 17:49:31 +0000 |
commit | 2d1b0f5e27b7324c3f0e437961d41a953aef48de (patch) | |
tree | 021ac2a8a348ca1c426d12f80c0c4ab780b4b8e5 /mdoc_html.c | |
parent | fe2c0d6bddd91de7442c2a16978d8c6b7b8008b3 (diff) | |
download | mandoc-2d1b0f5e27b7324c3f0e437961d41a953aef48de.tar.gz |
garbage collect the unused "#define INDENT"
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |