Merge branch 'bug/JAL-3574filterByPOS' into documentation/JAL-3407_2.11.1_release
[jalview.git] / src / jalview / util / matcher / MatcherI.java
index ca6d44c..23e5b27 100644 (file)
@@ -13,6 +13,4 @@ public interface MatcherI
   Condition getCondition();
 
   String getPattern();
-
-  float getFloatValue();
 }