From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 2b54c705 for ; Fri, 27 Jul 2018 12:50:01 -0500 (EST) Date: Fri, 27 Jul 2018 12:50:01 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: garbage collect the unused "#define INDENT" X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-Id: Log Message: ----------- garbage collect the unused "#define INDENT" Modified Files: -------------- mandoc: man_html.c mdoc_html.c Revision Data ------------- Index: mdoc_html.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/mdoc_html.c,v retrieving revision 1.309 retrieving revision 1.310 diff -Lmdoc_html.c -Lmdoc_html.c -u -p -r1.309 -r1.310 --- mdoc_html.c +++ 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 Index: man_html.c =================================================================== RCS file: /home/cvs/mandoc/mandoc/man_html.c,v retrieving revision 1.152 retrieving revision 1.153 diff -Lman_html.c -Lman_html.c -u -p -r1.152 -r1.153 --- man_html.c +++ man_html.c @@ -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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv