JAL-2629 add multiple options for running hmmbuild on alignment/groups
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index dd58b31..f4ee3a2 100755 (executable)
@@ -581,15 +581,6 @@ public interface AlignmentI extends AnnotatedCollectionI
   AlignedCodonFrame getMapping(SequenceI mapFrom, SequenceI mapTo);
 
   public void setHiddenColumns(HiddenColumns cols);
-  
-  /**
-   * Returns all HMM consensus sequences.
-   * 
-   * @param remove
-   *          If true, remove all HMM consensus sequences from the alignment.
-   * @return
-   */
-  public List<SequenceI> getHMMConsensusSequences(boolean remove);
 
   /**
    * Insert a sequence at a position in an alignment