JAL-3383 removing colour caching (to a separate branch)
[jalview.git] / src / jalview / datamodel / SequenceI.java
index ca12c83..851ef79 100755 (executable)
@@ -591,30 +591,6 @@ public interface SequenceI extends ASequenceI
   public int firstResidueOutsideIterator(Iterator<int[]> it);
 
   /**
-   * @author Bob Hanson 2019.07.30
-   * 
-   * get a 4-byte color, with caching
-   * 
-   */
-  public int getColor(int i);
-
-  /**
-   * @author Bob Hanson 2019.07.30
-   * 
-   * set a 4-byte color, with caching
-   * 
-   */
-  public int setColor(int i, int argb);
-
-  /**
-   * @author Bob Hanson 2019.07.30
-   * 
-   * allows resetting the color cache
-   * 
-   */
-  public void resetColors();
-
-  /**
    * Answers a (possibly empty) list of features of the specified type that
    * overlap the specified column position. If parameter {@code result} is not
    * null, features are appended to it and the (possibly extended) list is