JAL-629 javadoc on new setMapping variant for structureselectionmanager
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 862a2bf..e99563b 100755 (executable)
@@ -623,16 +623,4 @@ public interface AlignmentI extends AnnotatedCollectionI
    */
   public HiddenColumns propagateInsertions(SequenceI profileseq,
           AlignmentView input);
-
-  /**
-   * resolve a contact list instance (if any) associated with the annotation row
-   * and column position
-   * 
-   * @param _aa
-   * @param column
-   * @return
-   */
-  ContactListI getContactListFor(AlignmentAnnotation _aa, int column);
-
-  AlignmentAnnotation addContactList(ContactMatrixI cm);
 }