From c03f82b7c8be529742c6ecc4a7ada6cbb4f0f72f Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 30 Mar 2018 10:40:44 +0100 Subject: [PATCH] JAL-2939 remove commented out code --- src/jalview/viewmodel/AlignmentViewport.java | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/jalview/viewmodel/AlignmentViewport.java b/src/jalview/viewmodel/AlignmentViewport.java index 0f46d5a..7c0c045 100644 --- a/src/jalview/viewmodel/AlignmentViewport.java +++ b/src/jalview/viewmodel/AlignmentViewport.java @@ -1954,20 +1954,6 @@ public abstract class AlignmentViewport { alignment.padGaps(); } - // if (autoCalculateConsensus) - // { - // updateConsensus(ap); - // } - // if (consensusProfiles != null && autoCalculateConsensus) - // { - // updateConservation(ap); - // } - // if (autoCalculateStrucConsensus) - // { - // updateStrucConsensus(ap); - // } - // - // updateInformation(ap); // Reset endRes of groups if beyond alignment width int alWidth = alignment.getWidth(); -- 1.7.10.2