Merge branch 'documentation/JAL-3407_2.11.1_release' into develop
[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();
 }