From 4146da89a1473debbf2eb9575f1046be19e45d55 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 27 Jul 2018 17:49:31 +0000 Subject: garbage collect the unused "#define INDENT" --- man_html.c | 4 +--- mdoc_html.c | 4 +--- 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 * Copyright (c) 2013,2014,2015,2017,2018 Ingo Schwarze @@ -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 * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze @@ -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 -- cgit v1.2.3-56-ge451