diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-26 13:26:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-07-26 13:26:40 +0000 |
commit | 0116002bdce1d61967b30ef9c69d51fdd0bad12d (patch) | |
tree | 58c8ecc3a2e20c4de8b200c4194f6dbb8e987e49 /sys/arch/sparc | |
parent | d73c0134ddcae9ac4630287207da7cef2faacc49 (diff) |
Remove orphaned prototypes.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/dev/zx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/zx.c b/sys/arch/sparc/dev/zx.c index 4ef969653e8..362f34a502d 100644 --- a/sys/arch/sparc/dev/zx.c +++ b/sys/arch/sparc/dev/zx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zx.c,v 1.6 2004/06/20 18:15:21 miod Exp $ */ +/* $OpenBSD: zx.c,v 1.7 2004/07/26 13:26:38 miod Exp $ */ /* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */ /* @@ -183,7 +183,6 @@ void zx_fillrect(struct rasops_info *, int, int, int, int, long, int); int zx_intr(void *); void zx_prom(void *); -void zx_cursor(void *, int, int, int); void zx_putchar(void *, int, int, u_int, long); void zx_copycols(void *, int, int, int, int); void zx_erasecols(void *, int, int, int, long); |