From d4de8e1ababdda6a6038ee33ec030ca98da14907 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 13 Sep 1998 15:19:35 +0000 Subject: Remove unused function (PR#6076 by Joseph Myers ) --- backgammon/common_source/fancy.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'backgammon/common_source/fancy.c') 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 */ -- cgit v1.2.3