diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-04 15:12:37 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-04 15:12:37 +0000 |
commit | 7b0aaf93e42a687f51d7688257ce3fc0e29ec8c2 (patch) | |
tree | cfad5927d4af8bb49b0e7f6b8d298606f4591cb9 | |
parent | 2e8ec7eeba594b7b78605a61e4200fbb07d79f7a (diff) |
#if 0 out an unused table, shaves some bytes...
-rw-r--r-- | sys/arch/amiga/dev/grf_cv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amiga/dev/grf_cv.c b/sys/arch/amiga/dev/grf_cv.c index 207614f485b..a7488122b5e 100644 --- a/sys/arch/amiga/dev/grf_cv.c +++ b/sys/arch/amiga/dev/grf_cv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_cv.c,v 1.10 1996/05/29 10:15:01 niklas Exp $ */ +/* $OpenBSD: grf_cv.c,v 1.11 1996/10/04 15:12:36 niklas Exp $ */ /* $NetBSD: grf_cv.c,v 1.14 1996/05/19 21:05:27 veego Exp $ */ /* @@ -114,6 +114,7 @@ static struct grfvideo_mode monitor_def[24] = { static struct grfvideo_mode *monitor_current = &monitor_def[0]; #define MAXPIXELCLOCK 135000000 /* safety */ +#if 0 /* generated by gen_cvtab.c */ static int cv_convtab[31] = { 163, 148, 135, 124, 114, @@ -124,6 +125,7 @@ static int cv_convtab[31] = { 29, 27, 26, 24, 22, 21, }; +#endif /* Console display definition. * Default hardcoded text mode. This grf_cv is set up to |