Remove unused definition null16. OK ?

-- 
Alexandr Shadchin

Index: wsfont.c
===================================================================
RCS file: /cvs/src/sys/dev/wsfont/wsfont.c,v
retrieving revision 1.26
diff -u -p -r1.26 wsfont.c
--- wsfont.c    6 Jan 2012 14:55:38 -0000       1.26
+++ wsfont.c    6 Jan 2012 16:21:18 -0000
@@ -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
  */

Reply via email to