JAL-2349 JAL-3855 adapt renderer for AlignmentI.getContactList(..) mapping to sequenc...
[jalview.git] / src / jalview / renderer / ContactMapRenderer.java
index 29ee22e..b302060 100644 (file)
@@ -67,11 +67,6 @@ public class ContactMapRenderer implements AnnotationRowRendererI
         x++;
         continue;
       }
-      if (_aa.sequenceRef != null)
-      {
-        // get the sequence position for the column
-        column = _aa.sequenceRef.findPosition(column) - 1;
-      }
       ContactListI contacts = viewport.getContactList(_aa, column);
       if (contacts == null)
       {