cleanup: remove no-longer-used isFire()

git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@848 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
jason@long.name 2013-09-06 12:49:31 +00:00
parent 90149dc9c0
commit a3696e01ba

View file

@ -288,12 +288,6 @@ public class TileConstants
return spec != null && spec.canConduct;
}
public static boolean isFire(int tile)
{
int tmp = tile & LOMASK;
return (tmp >= FIREBASE && tmp < ROADBASE);
}
/** Used in repairZone(). */
public static boolean isIndestructible(int tile)
{