JAL-3127 drop redundant hidden representative sequences hash as parameter in ColourSc...
[jalview.git] / src / jalview / schemes / AnnotationColourGradient.java
index 334998f..2790626 100755 (executable)
@@ -78,8 +78,7 @@ public class AnnotationColourGradient extends FollowerColourScheme
 
   @Override
   public ColourSchemeI getInstance(AlignViewportI view,
-          AnnotatedCollectionI sg,
-          Map<SequenceI, SequenceCollectionI> hiddenRepSequences)
+          AnnotatedCollectionI sg)
   {
     AnnotationColourGradient acg = new AnnotationColourGradient(annotation,
             getColourScheme(), aboveAnnotationThreshold);