X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=19b5b1c25859352069826179e8e5f855e6145ca3;hb=c16afbb4d0e2672fdc54d32778b6d53f09c5d86c;hp=e14c1e96db8aa9edcb1dff11d617de9967b5ca88;hpb=c1ffd6dd15b79a56ec0a37eebbe4df05341ca57c;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index e14c1e9..19b5b1c 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -161,15 +161,6 @@ public interface AlignmentI */ public void removeGaps(); - /** - * Removes redundant sequences from alignment. - * - * @param threshold Remove all sequences above the given threshold. - * @param sel Set of sequences which will have redundant sequences removed from. - * - * @return All sequences below redundancy threshold. - */ - public Vector removeRedundancy(float threshold, Vector sel); /** * Finds group that sequence at index i in alignment is part of.