JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index ebf4da3..93a2456 100755 (executable)
@@ -624,10 +624,4 @@ public interface AlignmentI extends AnnotatedCollectionI
   public HiddenColumns propagateInsertions(SequenceI profileseq,
           AlignmentView input);
 
-  /**
-   * Remove all color already assigned to sequences, causing them to be be
-   * recalculated.
-   */
-  void resetColors();
-
 }