cleanup: eliminate unused isHospitalOrChurch() function

This commit is contained in:
Jason Long 2014-09-21 15:36:18 -04:00
parent d4a80ec466
commit bbfc73961c

View file

@ -556,14 +556,6 @@ public class TileConstants
return false;
}
public static boolean isHospitalOrChurch(int tile)
{
assert (tile & LOMASK) == tile;
return tile >= HOSPITAL &&
tile < COMBASE;
}
/**
* Checks whether the tile is defined with the "industrial-zone" attribute.
* Note: the old version of this function erroneously included the coal power