source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: garbage collect the unused "#define INDENT"
@ 2018-07-27 17:50 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2018-07-27 17:50 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-27 17:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-27 17:50 mandoc: garbage collect the unused "#define INDENT" schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).