From c250b38eecd6008a0ff88680314da5f4c40d456c Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 24 Aug 1998 22:07:37 +0000 Subject: Kill unused parameters, per PR 6023 by Joseph Myers . --- adventure/init.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'adventure/init.c') diff --git a/adventure/init.c b/adventure/init.c index b2089eb3..2f9c987e 100644 --- a/adventure/init.c +++ b/adventure/init.c @@ -1,4 +1,4 @@ -/* $NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $ */ +/* $NetBSD: init.c,v 1.9 1998/08/24 22:07:37 hubertf Exp $ */ /*- * Copyright (c) 1993 @@ -43,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; #else -__RCSID("$NetBSD: init.c,v 1.8 1998/02/03 05:32:13 perry Exp $"); +__RCSID("$NetBSD: init.c,v 1.9 1998/08/24 22:07:37 hubertf Exp $"); #endif #endif /* not lint */ @@ -66,8 +66,7 @@ int setbit[16] = {1, 2, 4, 010, 020, 040, 0100, 0200, 0400, 01000, 02000, 04 void -init(command) /* everything for 1st time run */ - char *command; /* command we were called with */ +init() /* everything for 1st time run */ { rdata(); /* read data from orig. file */ linkdata(); @@ -228,7 +227,7 @@ trapdel(n) /* come here if he hits a del */ void startup() { - demo = Start(0); + demo = Start(); srand((int) (time((time_t *) NULL))); /* random seed */ #if 0 srand(371); /* non-random seed */ -- cgit v1.2.3-56-ge451