JAL-3574 Matcher with integer/long value pattern (e.g. VCF POS locus)
[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();
 }