summaryrefslogtreecommitdiffstats
path: root/adventure/wizard.c
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1998-08-24 22:07:37 +0000
committerhubertf <hubertf@NetBSD.org>1998-08-24 22:07:37 +0000
commitc250b38eecd6008a0ff88680314da5f4c40d456c (patch)
tree589d2b7f7d79eaaeee5814966dd318b7edd3a7cb /adventure/wizard.c
parent2e97bed1073ca965f36938e2ceb5fb26da06e3b1 (diff)
downloadbsdgames-darwin-c250b38eecd6008a0ff88680314da5f4c40d456c.tar.gz
bsdgames-darwin-c250b38eecd6008a0ff88680314da5f4c40d456c.tar.zst
bsdgames-darwin-c250b38eecd6008a0ff88680314da5f4c40d456c.zip
Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'adventure/wizard.c')
-rw-r--r--adventure/wizard.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/adventure/wizard.c b/adventure/wizard.c
index 487bce73..5df1b08d 100644
--- a/adventure/wizard.c
+++ b/adventure/wizard.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wizard.c,v 1.7 1998/07/24 23:18:07 hubertf Exp $ */
+/* $NetBSD: wizard.c,v 1.8 1998/08/24 22:07:37 hubertf Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: wizard.c,v 1.7 1998/07/24 23:18:07 hubertf Exp $");
+__RCSID("$NetBSD: wizard.c,v 1.8 1998/08/24 22:07:37 hubertf Exp $");
#endif
#endif /* not lint */
@@ -86,7 +86,7 @@ poof()
}
int
-Start(n)
+Start()
{
int d, t, delay;
@@ -130,8 +130,7 @@ wizard()
}
void
-ciao(cmdfile)
- char *cmdfile;
+ciao()
{
char *c;
char fname[80];