JAL-3215 remove redundant min/max constants, refactor ctr, add tests
[jalview.git] / src / jalview / schemes / StrandColourScheme.java
index ef55d69..c1b15e4 100755 (executable)
@@ -38,8 +38,7 @@ public class StrandColourScheme extends ScoreColourScheme
    */
   public StrandColourScheme()
   {
-    super(ResidueProperties.aaIndex, ResidueProperties.strand,
-            ResidueProperties.strandmin, ResidueProperties.strandmax);
+    super(ResidueProperties.aaIndex, ResidueProperties.strand);
   }
 
   /**