JAL-2808 reverted to develop (attribute filters removed)
[jalview.git] / src / jalview / api / FeatureColourI.java
index 3b2313d..0ded079 100644 (file)
@@ -21,7 +21,6 @@
 package jalview.api;
 
 import jalview.datamodel.SequenceFeature;
-import jalview.util.matcher.KeyedMatcherSetI;
 
 import java.awt.Color;
 
@@ -170,20 +169,4 @@ public interface FeatureColourI
    * @return
    */
   String toJalviewFormat(String featureType);
-
-  /**
-   * Sets the attribute filter conditions, or removes them if the argument is
-   * null
-   * 
-   * @param filter
-   */
-  public void setAttributeFilters(KeyedMatcherSetI filter);
-
-  /**
-   * Answers the attribute value filters for the colour scheme, or null if no
-   * filters are set
-   * 
-   * @return
-   */
-  public KeyedMatcherSetI getAttributeFilters();
 }