cleanup: remove no-longer-used isRadioactive()
git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@849 d9718cc8-9f43-0410-858b-315f434eb58c
This commit is contained in:
parent
a3696e01ba
commit
dc412a71b6
1 changed files with 0 additions and 6 deletions
|
@ -302,12 +302,6 @@ public class TileConstants
|
|||
return tmp >= FLOOD && tmp < ROADBASE;
|
||||
}
|
||||
|
||||
public static boolean isRadioactive(int tile)
|
||||
{
|
||||
int tmp = tile & LOMASK;
|
||||
return (tmp >= RADTILE && tmp < FIREBASE);
|
||||
}
|
||||
|
||||
public static boolean isOverWater(int tile)
|
||||
{
|
||||
// Note: BRWV will be converted to BRWH by the following
|
||||
|
|
Reference in a new issue