---
 src/net/sf/freecol/common/model/FeatureContainer.java | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/net/sf/freecol/common/model/FeatureContainer.java 
b/src/net/sf/freecol/common/model/FeatureContainer.java
index 3c5dbabe661..c76a4969a17 100644
--- a/src/net/sf/freecol/common/model/FeatureContainer.java
+++ b/src/net/sf/freecol/common/model/FeatureContainer.java
@@ -129,16 +129,6 @@ public final class FeatureContainer {
     }
 
     /**
-     * Checks if this container contains a given ability key.
-     *
-     * @param key The key to check.
-     * @return True if the key is present.
-     */
-    public boolean containsAbilityKey(String key) {
-        return first(getAbilities(key, null, null)) != null;
-    }
-
-    /**
      * Gets the set of abilities with the given identifier from a
      * container.
      *
-- 
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

Reply via email to