JAL-2360 findColour() with no args removed from ColourSchemeI
[jalview.git] / src / jalview / schemes / ColourSchemeI.java
index 372b569..64248c5 100755 (executable)
@@ -32,14 +32,6 @@ import java.util.Map;
 public interface ColourSchemeI
 {
   /**
-   * Returns the fixed colour for the colour scheme. For use when the colour
-   * does not vary.
-   * 
-   * @return
-   */
-  Color findColour();
-
-  /**
    * Returns the colour for the given character. For use when the colour depends
    * only on the symbol.
    *