=================================================================== RCS file: /cvs/mandoc/man_html.c,v retrieving revision 1.80 retrieving revision 1.81 diff -u -p -r1.80 -r1.81 --- mandoc/man_html.c 2011/07/23 22:57:13 1.80 +++ mandoc/man_html.c 2011/08/18 09:16:01 1.81 @@ -1,4 +1,4 @@ -/* $Id: man_html.c,v 1.80 2011/07/23 22:57:13 kristaps Exp $ */ +/* $Id: man_html.c,v 1.81 2011/08/18 09:16:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * @@ -36,7 +36,6 @@ /* FIXME: have PD set the default vspace width. */ #define INDENT 5 -#define HALFINDENT 3 #define MAN_ARGS const struct man_meta *m, \ const struct man_node *n, \