We do not support iso7 nor pcvt encoding, so remove macro definitions
authorfcambus <fcambus@openbsd.org>
Thu, 15 Jun 2017 11:48:49 +0000 (11:48 +0000)
committerfcambus <fcambus@openbsd.org>
Thu, 15 Jun 2017 11:48:49 +0000 (11:48 +0000)
and commented entries.

OK mlarkin@

sys/dev/wscons/wsconsio.h
usr.sbin/wsfontload/wsfontload.c

index b3e5add..de79bd6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsconsio.h,v 1.82 2017/06/13 08:00:24 fcambus Exp $ */
+/* $OpenBSD: wsconsio.h,v 1.83 2017/06/15 11:48:49 fcambus Exp $ */
 /* $NetBSD: wsconsio.h,v 1.74 2005/04/28 07:15:44 martin Exp $ */
 
 /*
@@ -506,8 +506,6 @@ struct wsdisplay_font {
        int encoding;
 #define WSDISPLAY_FONTENC_ISO 0
 #define WSDISPLAY_FONTENC_IBM 1
-#define WSDISPLAY_FONTENC_PCVT 2
-#define WSDISPLAY_FONTENC_ISO7 3 /* greek */
        u_int fontwidth, fontheight, stride;
 #define WSDISPLAY_MAXFONTSZ    (512*1024)
        int bitorder, byteorder;
index 6c279f0..8c0b681 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsfontload.c,v 1.16 2015/09/06 20:07:46 tobias Exp $ */
+/* $OpenBSD: wsfontload.c,v 1.17 2017/06/15 11:48:49 fcambus Exp $ */
 /* $NetBSD: wsfontload.c,v 1.2 2000/01/05 18:46:43 ad Exp $ */
 
 /*
@@ -75,10 +75,6 @@ static const struct {
 } encodings[] = {
        {"iso",  WSDISPLAY_FONTENC_ISO},
        {"ibm",  WSDISPLAY_FONTENC_IBM},
-#if 0
-       {"pcvt", WSDISPLAY_FONTENC_PCVT},
-       {"iso7", WSDISPLAY_FONTENC_ISO7},
-#endif
 };
 
 int