diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-05-12 09:13:47 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-05-12 09:13:47 +0000 |
commit | f11b641feeba33f55f10a96e081fcdf5a6faff9e (patch) | |
tree | 42b075c11d6c5170c69e8e0053ee411cf03aa821 /games | |
parent | 33c6c3e8145c1b9af8134844b350ec7d849cb26e (diff) |
NetBSD: remove redundant decl
Diffstat (limited to 'games')
-rw-r--r-- | games/adventure/hdr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h index 94757696201..b08d5c7cbac 100644 --- a/games/adventure/hdr.h +++ b/games/adventure/hdr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hdr.h,v 1.10 2003/04/07 18:19:37 millert Exp $ */ +/* $OpenBSD: hdr.h,v 1.11 2003/05/12 09:13:46 pjanzen Exp $ */ /* $NetBSD: hdr.h,v 1.2 1995/03/21 12:05:02 cgd Exp $ */ /*- @@ -161,7 +161,7 @@ int turns, lmwarn, iwest, knfloc, detail, /* various flags & counters */ abbnum, maxdie, numdie, holdng, dkill, foobar, bonus, clock1, clock2, saved, closng, panic, closed, scorng; -int demo, newloc, limit; +int demo, limit; /* We need to get a little tricky to avoid strings */ #define DECR(a,b,c,d,e) decr(*#a+'+',*#b+'-',*#c+'#',*#d+'&',*#e+'%') |