From da38d169cfd7595e5356f21c2c7fd2abd5207925 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 20 Sep 2002 20:58:12 +0000 Subject: Remove an unused declaration. --- hunt/hunt/hunt.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'hunt') diff --git a/hunt/hunt/hunt.c b/hunt/hunt/hunt.c index 9e13c44a..d11e628e 100644 --- a/hunt/hunt/hunt.c +++ b/hunt/hunt/hunt.c @@ -1,4 +1,4 @@ -/* $NetBSD: hunt.c,v 1.14 2002/09/20 17:27:57 mycroft Exp $ */ +/* $NetBSD: hunt.c,v 1.15 2002/09/20 20:58:12 mycroft Exp $ */ /* * Hunt * Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold @@ -7,7 +7,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hunt.c,v 1.14 2002/09/20 17:27:57 mycroft Exp $"); +__RCSID("$NetBSD: hunt.c,v 1.15 2002/09/20 20:58:12 mycroft Exp $"); #endif /* not lint */ # include @@ -49,10 +49,6 @@ static struct termios saved_tty; # define put_str addstr # endif -#if !defined(BSD_RELEASE) || BSD_RELEASE < 44 -extern int _putchar(); -#endif - FLAG Last_player = FALSE; # ifdef MONITOR FLAG Am_monitor = FALSE; -- cgit v1.2.3