From: gmungoc Date: Tue, 12 Sep 2017 12:49:29 +0000 (+0100) Subject: Revert "JAL-2727 null hconsensus, " X-Git-Tag: Release_2_10_3b1~74^2~5 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=69c6df4548ec433efbd547f60b1d5b89459085b7;p=jalview.git Revert "JAL-2727 null hconsensus, " This reverts commit ac2aab2374e46ea0fd499a693f9e13958a3bfbca. --- diff --git a/src/jalview/viewmodel/AlignmentViewport.java b/src/jalview/viewmodel/AlignmentViewport.java index 5d35775..a66855e 100644 --- a/src/jalview/viewmodel/AlignmentViewport.java +++ b/src/jalview/viewmodel/AlignmentViewport.java @@ -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?