diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2012-01-10 18:53:19 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2012-01-10 18:53:19 +0000 |
commit | bbed54ef4e31c0700f1c83661a381f85b56f87d2 (patch) | |
tree | c8f551383ab4fa812a45fb123cac7ceaf363a9f1 /sys/dev/wsfont | |
parent | 8793fb696e0df7ac1f452d958eea15c4043dcf8c (diff) |
Remove unused definition WSFONT_RDONLY.
ok mpi@
Diffstat (limited to 'sys/dev/wsfont')
-rw-r--r-- | sys/dev/wsfont/wsfont.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wsfont/wsfont.h b/sys/dev/wsfont/wsfont.h index a6478b60ea5..e30d3d69568 100644 --- a/sys/dev/wsfont/wsfont.h +++ b/sys/dev/wsfont/wsfont.h @@ -1,4 +1,4 @@ -/* $OpenBSD: wsfont.h,v 1.7 2012/01/10 18:50:40 shadchin Exp $ */ +/* $OpenBSD: wsfont.h,v 1.8 2012/01/10 18:53:18 shadchin Exp $ */ /* $NetBSD: wsfont.h,v 1.12 2000/06/13 13:37:07 ad Exp $ */ /*- @@ -63,7 +63,6 @@ struct wsdisplay_font; /* For wsfont_add() */ #define WSFONT_BUILTIN (0x01) #define WSFONT_STATIC (0x02) -#define WSFONT_RDONLY (0x04) /* wsfont.c */ void wsfont_init(void); |