summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
{