From d4de8e1ababdda6a6038ee33ec030ca98da14907 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 13 Sep 1998 15:19:35 +0000 Subject: [PATCH] Remove unused function (PR#6076 by Joseph Myers ) --- backgammon/common_source/fancy.c | 11 ++--------- backgammon/common_source/subs.c | 11 ++--------- 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 */ @@ -585,13 +585,6 @@ clear() tputs(CL, CO, addbuf); /* put CL in buffer */ } -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 */ @@ -73,13 +73,6 @@ errexit(s) getout(0); } -void -strset(s1, s2) - char *s1, *s2; -{ - while ((*s1++ = *s2++) != '\0'); -} - void addbuf(c) int c; -- 2.47.1