diff options
author | 1996-10-04 15:12:36 +0000 | |
---|---|---|
committer | 1996-10-04 15:12:36 +0000 | |
commit | 33146f5d85cf950ff783c4872ff7ff2d0aafe0c2 (patch) | |
tree | bdf46d78922bf7537d920cb7263cf425864600cd | |
parent | We go rid of the ed_ring struct long ago. Reflect this fact. (diff) | |
download | wireguard-openbsd-33146f5d85cf950ff783c4872ff7ff2d0aafe0c2.tar.xz wireguard-openbsd-33146f5d85cf950ff783c4872ff7ff2d0aafe0c2.zip |
#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 |