summaryrefslogtreecommitdiffstats
path: root/larn/header.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-03 20:01:24 +0000
committerdholland <dholland@NetBSD.org>2008-02-03 20:01:24 +0000
commit476d2b8cf076c51c8aa05419833b24369b8ee286 (patch)
tree34315d72c41ad5e8a26587e7c5b632bdf9956aa4 /larn/header.h
parent257d036dc21241f2c8202514775c399945bbd3e2 (diff)
downloadbsdgames-darwin-476d2b8cf076c51c8aa05419833b24369b8ee286.tar.gz
bsdgames-darwin-476d2b8cf076c51c8aa05419833b24369b8ee286.tar.zst
bsdgames-darwin-476d2b8cf076c51c8aa05419833b24369b8ee286.zip
A long time ago, larn had code to prohibit playing it during work hours.
Most of this code was removed ages ago, probably when dm(6) was invented; long before -r1.1 in the NetBSD tree in any event. Now remove the last fragment of it. Also nuke the file of US holidays 1987-1993 that we've been carrying around for no reason.
Diffstat (limited to 'larn/header.h')
-rw-r--r--larn/header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/larn/header.h b/larn/header.h
index b33797d3..ad69b217 100644
--- a/larn/header.h
+++ b/larn/header.h
@@ -1,4 +1,4 @@
-/* $NetBSD: header.h,v 1.19 2008/02/03 19:29:50 dholland Exp $ */
+/* $NetBSD: header.h,v 1.20 2008/02/03 20:01:24 dholland Exp $ */
/* header.h Larn is copyrighted 1986 by Noah Morgan. */
@@ -361,7 +361,7 @@ extern short diroffx[], diroffy[], hitflag, hit2flag, hit3flag, hitp[MAXX][MA
extern short iarg[MAXX][MAXY], ivenarg[], lasthx, lasthy, lastnum, lastpx,
lastpy;
extern short nobeep, oldx, oldy, playerx, playery, level;
-extern int dayplay, enable_scroll, srcount, yrepcount, userid, wisid,
+extern int enable_scroll, srcount, yrepcount, userid, wisid,
io_outfd, io_infd;
extern gid_t gid, egid;
extern long outstanding_taxes, skill[], gltime, c[], cbak[];