commit 7a1de3688265c96ce99411ea207e1a59aef6df09
parent 02c0c0c0f560cb5c51b42531aa3d469d076dfe92
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 28 Aug 2021 14:54:43 +0000
Remove no longer supported compilation options
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/xdvi.c b/xdvi.c
@@ -51,11 +51,6 @@ NOTE:
  *					  U Munich
  *
  *	Compilation options:
- *	VMS	compile for VMS
- *	XAW	compile with X toolkit and Athena (Xaw) widgets
- *	XAW3D	compile with Xaw3d variant of Xaw widgets.  XAW should be
- *		defined, too.
- *	MOTIF	compile with X toolkit and Motif widgets
  *	WORDS_BIGENDIAN	store bitmaps internally with most significant bit first
  *	BMTYPE	store bitmaps in unsigned BMTYPE
  *	BMBYTES	sizeof(unsigned BMTYPE)
@@ -64,7 +59,6 @@ NOTE:
  *	MFMODE	default for -mfmode option
  *	A4	use European size paper, and change default dimension to cm
  *	TEXXET	support reflection dvi codes (right-to-left typesetting)
- *	GREY	use grey levels to shrink fonts
  */
 
 #include <ctype.h>