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 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'man_html.c') 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 -- cgit v1.2.3