From 69c6df4548ec433efbd547f60b1d5b89459085b7 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Tue, 12 Sep 2017 13:49:29 +0100 Subject: [PATCH] Revert "JAL-2727 null hconsensus, " This reverts commit ac2aab2374e46ea0fd499a693f9e13958a3bfbca. --- src/jalview/viewmodel/AlignmentViewport.java | 2 -- 1 file changed, 2 deletions(-) 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? -- 1.7.10.2