JAL-2295 feature and colour commands refactored to use AtomSpecModel
[jalview.git] / src / jalview / workers / ConservationThread.java
index 5c303fd..e71c4f5 100644 (file)
@@ -95,7 +95,6 @@ public class ConservationThread extends AlignCalcWorker
       try
       {
         cons = Conservation.calculateConservation("All",
-                jalview.schemes.ResidueProperties.propHash, 3,
                 alignment.getSequences(), 0, alWidth - 1, false,
                 ConsPercGaps, quality != null);
       } catch (IndexOutOfBoundsException x)