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/dev/sbus | |
parent | d73c0134ddcae9ac4630287207da7cef2faacc49 (diff) |
Remove orphaned prototypes.
Diffstat (limited to 'sys/dev/sbus')
-rw-r--r-- | sys/dev/sbus/zx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sbus/zx.c b/sys/dev/sbus/zx.c index 61429c08841..2ee230fcfa1 100644 --- a/sys/dev/sbus/zx.c +++ b/sys/dev/sbus/zx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: zx.c,v 1.1 2004/06/20 18:15:25 miod Exp $ */ +/* $OpenBSD: zx.c,v 1.2 2004/07/26 13:26:39 miod Exp $ */ /* $NetBSD: zx.c,v 1.5 2002/10/02 16:52:46 thorpej Exp $ */ /* @@ -186,7 +186,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); |