--- src/net/sf/freecol/common/model/WorkLocation.java | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/src/net/sf/freecol/common/model/WorkLocation.java b/src/net/sf/freecol/common/model/WorkLocation.java index 108f95c97b8..504e41d46d7 100644 --- a/src/net/sf/freecol/common/model/WorkLocation.java +++ b/src/net/sf/freecol/common/model/WorkLocation.java @@ -439,15 +439,6 @@ public abstract class WorkLocation extends UnitLocation } /** - * Does this work location have any inputs. - * - * @return True if there are any inputs. - */ - public boolean hasInputs() { - return any(getInputs()); - } - - /** * Does this work location have any outputs. * * @return True if there are any outputs. -- 2.11.0.rc0.7.gbe5a750 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Freecol-developers mailing list Freecol-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freecol-developers