Merge branch 'develop' into features/JAL-2379pcaMemory
[jalview.git] / src / jalview / schemes / ResidueProperties.java
index 94fdf71..1e6142d 100755 (executable)
@@ -625,13 +625,6 @@ public class ResidueProperties
     scoreMatrices.put("DNA", new ScoreMatrix("DNA", DNA, 1));
   }
 
-  public static final Color[] pidColours = { midBlue,
-      new Color(153, 153, 255),
-      // Color.lightGray,
-      new Color(204, 204, 255), };
-
-  public static final float[] pidThresholds = { 80, 60, 40, };
-
   public static List<String> STOP = Arrays.asList("TGA", "TAA", "TAG");
 
   public static String START = "ATG";