JAL-1680 JAL-1576 JAL-1233 all conservation and consensus calculation triggers and...
[jalview.git] / src / jalview / schemes / RNAHelicesColourChooser.java
index fb47d92..1a13bbe 100644 (file)
@@ -109,20 +109,6 @@ public class RNAHelicesColourChooser
 
     av.setGlobalColourScheme(rhc);
 
-    if (av.getAlignment().getGroups() != null)
-    {
-      for (SequenceGroup sg : ap.getAlignment().getGroups())
-      {
-        if (sg.cs == null)
-        {
-          continue;
-        }
-
-        sg.cs = new RNAHelicesColour(sg);
-
-      }
-    }
-
     ap.paintAlignment(true);
   }