JAL-3215 remove redundant min/max constants, refactor ctr, add tests
[jalview.git] / src / jalview / schemes / TurnColourScheme.java
index 7d8035a..b8b2d90 100755 (executable)
@@ -38,8 +38,7 @@ public class TurnColourScheme extends ScoreColourScheme
    */
   public TurnColourScheme()
   {
-    super(ResidueProperties.aaIndex, ResidueProperties.turn,
-            ResidueProperties.turnmin, ResidueProperties.turnmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.turn);
   }
 
   /**