summaryrefslogtreecommitdiffstats
path: root/hunt/hunt/hunt_private.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2014-03-30 03:35:26 +0000
committerdholland <dholland@NetBSD.org>2014-03-30 03:35:26 +0000
commitf689b0566f9be25f5e451afb3c21426a10b688f1 (patch)
treee6a4b287e9065746203c80c3ce880741239a9df4 /hunt/hunt/hunt_private.h
parent8f20cf89a10b5bedaf26510e49b5159f36f108d3 (diff)
downloadbsdgames-darwin-f689b0566f9be25f5e451afb3c21426a10b688f1.tar.gz
bsdgames-darwin-f689b0566f9be25f5e451afb3c21426a10b688f1.tar.zst
bsdgames-darwin-f689b0566f9be25f5e451afb3c21426a10b688f1.zip
use fewer globals
Diffstat (limited to 'hunt/hunt/hunt_private.h')
-rw-r--r--hunt/hunt/hunt_private.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/hunt/hunt/hunt_private.h b/hunt/hunt/hunt_private.h
index 4d2a14ed..db1c8672 100644
--- a/hunt/hunt/hunt_private.h
+++ b/hunt/hunt/hunt_private.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hunt_private.h,v 1.5 2014/03/30 02:58:25 dholland Exp $ */
+/* $NetBSD: hunt_private.h,v 1.6 2014/03/30 03:35:26 dholland Exp $ */
/*
* Copyright (c) 1983-2003, Regents of the University of California.
@@ -43,17 +43,6 @@
#include <sys/un.h>
#endif
-#ifdef MONITOR
-#define C_TESTMSG() (Query_driver ? C_MESSAGE :\
- (Show_scores ? C_SCORES :\
- (Am_monitor ? C_MONITOR :\
- C_PLAYER)))
-#else
-#define C_TESTMSG() (Show_scores ? C_SCORES :\
- (Query_driver ? C_MESSAGE :\
- C_PLAYER))
-#endif
-
/*
* external variables
*/