=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.152 retrieving revision 1.153 diff -u -p -r1.152 -r1.153 --- mandoc/man_html.c 2018/06/25 13:33:04 1.152 +++ mandoc/man_html.c 2018/07/27 17:49:31 1.153 @@ -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 @@ -34,8 +34,6 @@ #include "main.h" /* FIXME: have PD set the default vspace width. */ - -#define INDENT 5 #define MAN_ARGS const struct roff_meta *man, \ const struct roff_node *n, \