consensus held in residueColour
[jalview.git] / src / jalview / schemes / ScoreColourScheme.java
index 225f8dd..b62ca18 100755 (executable)
@@ -23,12 +23,12 @@ public class ScoreColourScheme extends ResidueColourScheme {
   }\r
 \r
 \r
-    public Color findColour(String s,int j,Vector aa)\r
+    public Color findColour(String s,int j)\r
     {\r
 \r
       if (threshold > 0)\r
       {\r
-         if (!aboveThreshold(aa,s,j))\r
+         if (!aboveThreshold(s,j))\r
              return Color.white;\r
       }\r
 \r