JAL-2360 findColour() with no args removed from ColourSchemeI
[jalview.git] / src / jalview / schemes / ResidueColourScheme.java
index 7dbcced..217786a 100755 (executable)
@@ -112,17 +112,6 @@ public abstract class ResidueColourScheme implements ColourSchemeI
   }
 
   /**
-   * Returns the colour for symbol 'A'. Intended for use in a 'fixed colour'
-   * colour scheme (for example a feature colour).
-   */
-  @Override
-  public Color findColour()
-  {
-    // TODO delete this method in favour of ColorUtils.parseColourString()?
-    return findColour('A');
-  }
-
-  /**
    * Find a colour without an index in a sequence
    */
   @Override