diff options
Diffstat (limited to 'larn/config.c')
| -rw-r--r-- | larn/config.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/larn/config.c b/larn/config.c index bf29e4dc..3746c09c 100644 --- a/larn/config.c +++ b/larn/config.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$NetBSD: config.c,v 1.3 1995/03/23 08:33:12 cgd Exp $"; +static char rcsid[] = "$NetBSD: config.c,v 1.4 1995/04/22 07:34:04 cgd Exp $"; #endif /* not lint */ /* @@ -32,9 +32,6 @@ char scorefile[] = _PATH_SCORE; /* the maze data file */ char larnlevels[] = _PATH_LEVELS; -/* the fortune data file */ -char fortfile[] = _PATH_FORTS; - /* the .larnopts filename */ char optsfile[1024] ="/.larnopts"; |
