Merge branch 'bug/JAL-2829deleteCharsWithGaps' into develop
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 857f206..2f3e925 100755 (executable)
@@ -450,17 +450,6 @@ public interface SequenceI extends ASequenceI
   public void transferAnnotation(SequenceI entry, Mapping mp);
 
   /**
-   * @param index
-   *          The sequence index in the MSA
-   */
-  public void setIndex(int index);
-
-  /**
-   * @return The index of the sequence in the alignment
-   */
-  public int getIndex();
-
-  /**
    * @return The RNA of the sequence in the alignment
    */