summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-09-13 15:19:35 +0000
committerhubertf <hubertf@NetBSD.org>1998-09-13 15:19:35 +0000
commitd4de8e1ababdda6a6038ee33ec030ca98da14907 (patch)
tree17f9339807bfde678085e48bb6e6b7a83176ff71 /backgammon/common_source
parentf01bd4d1b792e183c6bb41100448751fc3e53e58 (diff)
downloadbsdgames-darwin-d4de8e1ababdda6a6038ee33ec030ca98da14907.tar.gz
bsdgames-darwin-d4de8e1ababdda6a6038ee33ec030ca98da14907.tar.zst
bsdgames-darwin-d4de8e1ababdda6a6038ee33ec030ca98da14907.zip
Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)
Diffstat (limited to 'backgammon/common_source')
-rw-r--r--backgammon/common_source/fancy.c11
-rw-r--r--backgammon/common_source/subs.c11
2 files changed, 4 insertions, 18 deletions
diff --git a/backgammon/common_source/fancy.c b/backgammon/common_source/fancy.c
index d58e594f..e0dfcd42 100644
--- a/backgammon/common_source/fancy.c
+++ b/backgammon/common_source/fancy.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $ */
+/* $NetBSD: fancy.c,v 1.7 1998/09/13 15:19:35 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fancy.c,v 1.6 1997/10/14 00:41:20 lukem Exp $");
+__RCSID("$NetBSD: fancy.c,v 1.7 1998/09/13 15:19:35 hubertf Exp $");
#endif
#endif /* not lint */
@@ -586,13 +586,6 @@ clear()
}
void
-tos()
-{ /* home cursor */
- curmove(0, 0);
-}
-
-
-void
fancyc(c)
char c; /* character to output */
{
diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c
index f6cd1369..e1017713 100644
--- a/backgammon/common_source/subs.c
+++ b/backgammon/common_source/subs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: subs.c,v 1.7 1998/09/11 13:06:30 hubertf Exp $ */
+/* $NetBSD: subs.c,v 1.8 1998/09/13 15:19:35 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: subs.c,v 1.7 1998/09/11 13:06:30 hubertf Exp $");
+__RCSID("$NetBSD: subs.c,v 1.8 1998/09/13 15:19:35 hubertf Exp $");
#endif
#endif /* not lint */
@@ -74,13 +74,6 @@ errexit(s)
}
void
-strset(s1, s2)
- char *s1, *s2;
-{
- while ((*s1++ = *s2++) != '\0');
-}
-
-void
addbuf(c)
int c;
{