spike branch updated from latest features/JAL-2446
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 2e61f9d..1b5207f 100755 (executable)
@@ -580,15 +580,6 @@ public interface AlignmentI extends AnnotatedCollectionI
    */
   AlignedCodonFrame getMapping(SequenceI mapFrom, SequenceI mapTo);
 
-  /**
-   * Calculate the visible start and end index of an alignment. The result is
-   * returned an int array where: int[0] = startIndex, and int[1] = endIndex.
-   * 
-   * @param hiddenCols
-   * @return
-   */
-  public int[] getVisibleStartAndEndIndex(List<int[]> hiddenCols);
-
   public void setHiddenColumns(HiddenColumns cols);
 
 }