addAnnotation with seqRef
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 7fe4627..ebfb0ce 100755 (executable)
@@ -225,11 +225,6 @@ public interface AlignmentI
      */\r
     public void addAnnotation(AlignmentAnnotation aa);\r
 \r
-    /**\r
-     * Adds a new AlignmentAnnotation to this alignment,\r
-     *  associated to Sequence starting at sequence index\r
-     */\r
-    public AlignmentAnnotation addAnnotation(AlignmentAnnotation aa, SequenceI seqRef);\r
 \r
     public void setAnnotationIndex(AlignmentAnnotation aa, int index);\r
 \r