diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2012-01-08 14:46:12 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2012-01-08 14:46:12 +0000 |
commit | 9ba056edd7caaceca2ae0b6e9930dc2dbc31d212 (patch) | |
tree | 3e7c41f93d3778b22389c82e78214944af8edeaf /sys/dev/wsfont | |
parent | 0bce62f14096709a0047d4a03d664e04498b5a7f (diff) |
Remove unused definition null16.
ok miod@
Diffstat (limited to 'sys/dev/wsfont')
-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 */ |