From cfaf0f34b6baaafef1235aeb907463cd5e0bf460 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Mon, 19 May 2003 08:18:24 +0000 Subject: Remove #ifdef'ed out unnecessary defines. --- games/bs/bs.c | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/games/bs/bs.c b/games/bs/bs.c index cb3fc962a4b..c39d4a378ba 100644 --- a/games/bs/bs.c +++ b/games/bs/bs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert Exp $ */ +/* $OpenBSD: bs.c,v 1.19 2003/05/19 08:18:23 pjanzen Exp $ */ /* * bs.c - original author: Bruce Holloway * salvo option by: Chuck A DeGaul @@ -11,7 +11,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert Exp $"; +static const char rcsid[] = "$OpenBSD: bs.c,v 1.19 2003/05/19 08:18:23 pjanzen Exp $"; #endif /* #define _POSIX_SOURCE */ /* ( random() ) */ @@ -27,15 +27,6 @@ static const char rcsid[] = "$OpenBSD: bs.c,v 1.18 2002/12/06 21:48:51 millert E #include #include -#ifndef A_UNDERLINE /* BSD curses */ -#define beep() write(1,"\007",1); -#define cbreak crmode -#define saveterm savetty -#define resetterm resetty -#define nocbreak nocrmode -#define strchr index -#endif /* !A_UNDERLINE */ - static int getcoord(int atcpu); /* -- cgit v1.2.3