Revert "JAL-2727 null hconsensus, "
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 12 Sep 2017 12:49:29 +0000 (13:49 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 12 Sep 2017 12:49:29 +0000 (13:49 +0100)
This reverts commit ac2aab2374e46ea0fd499a693f9e13958a3bfbca.

src/jalview/viewmodel/AlignmentViewport.java

index 5d35775..a66855e 100644 (file)
@@ -949,9 +949,7 @@ public abstract class AlignmentViewport
     groupConservation = null;
     hconsensus = null;
     hcomplementConsensus = null;
-    hconservation = null;
     gapcounts = null;
-    calculator = null;
     // colour scheme may hold reference to consensus
     residueShading = null;
     // TODO remove listeners from changeSupport?