Annotation adjustment moved to EditCommand
[jalview.git] / src / jalview / datamodel / Alignment.java
index 552a5f8..2ad0588 100755 (executable)
@@ -470,20 +470,6 @@ public class Alignment implements AlignmentI
     }
 
 
-    public void adjustSequenceAnnotations()
-    {
-      if(annotations!=null)
-      {
-        for (int a = 0; a < annotations.length; a++)
-        {
-          if (annotations[a].sequenceRef != null)
-          {
-            annotations[a].adjustForAlignment();
-          }
-        }
-      }
-    }
-
     /**
      * DOCUMENT ME!
      *