Redundant Remove Redundancy Removed
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index e14c1e9..19b5b1c 100755 (executable)
@@ -161,15 +161,6 @@ public interface AlignmentI
      */\r
     public void removeGaps();\r
 \r
-    /**\r
-     * Removes redundant sequences from alignment.\r
-     *\r
-     * @param threshold Remove all sequences above the given threshold.\r
-     * @param sel Set of sequences which will have redundant sequences removed from.\r
-     *\r
-     * @return All sequences below redundancy threshold.\r
-     */\r
-    public Vector removeRedundancy(float threshold, Vector sel);\r
 \r
     /**\r
      * Finds group that sequence at index i in alignment is part of.\r