Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/gio #if 0 grtwo_cursor_data[] to match the ...



details:   https://anonhg.NetBSD.org/src/rev/eca1db9ffd70
branches:  trunk
changeset: 320909:eca1db9ffd70
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 04 21:42:28 2018 +0000

description:
#if 0 grtwo_cursor_data[] to match the #if 0'd code that uses it.

diffstat:

 sys/arch/sgimips/gio/grtwo.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 43f1a4d260ab -r eca1db9ffd70 sys/arch/sgimips/gio/grtwo.c
--- a/sys/arch/sgimips/gio/grtwo.c      Sun Mar 04 21:41:48 2018 +0000
+++ b/sys/arch/sgimips/gio/grtwo.c      Sun Mar 04 21:42:28 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grtwo.c,v 1.13 2012/10/27 17:18:09 chs Exp $        */
+/* $NetBSD: grtwo.c,v 1.14 2018/03/04 21:42:28 mrg Exp $        */
 
 /*
  * Copyright (c) 2004 Christopher SEKIYA
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grtwo.c,v 1.13 2012/10/27 17:18:09 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grtwo.c,v 1.14 2018/03/04 21:42:28 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -156,6 +156,7 @@
 #define GR2_ATTR_BG(a)         ((a) & 0xff)
 #define GR2_ATTR_FG(a)         (((a) >> 8) & 0xff)
 
+#if 0
 static const u_int16_t grtwo_cursor_data[128] = {
        /* Bit 0 */
        0xff00, 0x0000,
@@ -225,6 +226,7 @@
        0x0000, 0x0000,
        0x0000, 0x0000,
 };
+#endif
 
 static const u_int8_t grtwo_defcmap[8 * 3] = {
        /* Normal colors */



Home | Main Index | Thread Index | Old Index