JAL-2939 remove commented out code
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 30 Mar 2018 09:40:44 +0000 (10:40 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 30 Mar 2018 09:40:44 +0000 (10:40 +0100)
src/jalview/viewmodel/AlignmentViewport.java

index 0f46d5a..7c0c045 100644 (file)
@@ -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();