diff options
Diffstat (limited to 'sys/dev/ic/vga.c')
-rw-r--r-- | sys/dev/ic/vga.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index 4854a63ce30..001c8b87ed7 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga.c,v 1.44 2007/02/06 22:03:23 miod Exp $ */ +/* $OpenBSD: vga.c,v 1.45 2007/02/11 20:29:22 miod Exp $ */ /* $NetBSD: vga.c,v 1.28.2.1 2000/06/30 16:27:47 simonb Exp $ */ /* @@ -49,10 +49,6 @@ #include <dev/ic/pcdisplay.h> -#if 0 -#include "opt_wsdisplay_compat.h" /* for WSCONS_SUPPORT_PCVTFONTS */ -#endif - static struct vgafont { char name[WSFONT_NAME_SIZE]; int height; |