JAL-2176 removed unused Sequence.index
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 6e6d1aa..9ad0a61 100755 (executable)
@@ -449,17 +449,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
    */