diff options
-rw-r--r-- | sys/dev/wsfont/wsfont.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/wsfont/wsfont.c b/sys/dev/wsfont/wsfont.c index 8b82c757860..f988163b3d6 100644 --- a/sys/dev/wsfont/wsfont.c +++ b/sys/dev/wsfont/wsfont.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.c,v 1.26 2012/01/06 14:55:38 shadchin Exp $ */ +/* $OpenBSD: wsfont.c,v 1.27 2012/01/08 14:46:11 shadchin Exp $ */ /* $NetBSD: wsfont.c,v 1.17 2001/02/07 13:59:24 ad Exp $ */ /*- @@ -660,12 +660,6 @@ struct wsfont_level2_glyphmap { int width; /* Size of each entry in bytes (1,2,4) */ }; -#define null16 \ - NULL, NULL, NULL, NULL, \ - NULL, NULL, NULL, NULL, \ - NULL, NULL, NULL, NULL, \ - NULL, NULL, NULL, NULL - /* * IBM 437 maps */ |