Give the FORCED property a real cond bit. Delete some unused code.
[open-adventure.git] / dungeon.c
index f34cf129cc2a183eff17e3938451520b813ab111..6ef35257cd768f69c7ab3a7e52c4dacd4a951b30 100644 (file)
--- a/dungeon.c
+++ b/dungeon.c
@@ -52,13 +52,6 @@ long PLAC[NOBJECTS + 1];
 long FIXD[NOBJECTS + 1];
 long ACTSPK[VRBSIZ + 1];
 
-static bool is_set(long var, long position)
-{
-    long mask = 1L << position;
-    bool result = (var & mask) == mask;
-    return (result);
-}
-
 static long GETTXT(long SKIP, long ONEWRD, long UPPER)
 {
     /*  Take characters from an input line and pack them into 30-bit words.