From bbfc73961cdee662b78655b36b167a60213b6990 Mon Sep 17 00:00:00 2001 From: Jason Long Date: Sun, 21 Sep 2014 15:36:18 -0400 Subject: [PATCH] cleanup: eliminate unused isHospitalOrChurch() function --- src/micropolisj/engine/TileConstants.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/micropolisj/engine/TileConstants.java b/src/micropolisj/engine/TileConstants.java index 718a580..7d5f182 100644 --- a/src/micropolisj/engine/TileConstants.java +++ b/src/micropolisj/engine/TileConstants.java @@ -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