JAL-2360 no RNAHelices colouring for groups
[jalview.git] / src / jalview / schemes / RNAHelicesColour.java
index aacf557..7a1d8d3 100644 (file)
@@ -230,17 +230,8 @@ public class RNAHelicesColour extends ResidueColourScheme
     }
 
     /*
-     * check dataset
+     * not currently supporting this option for group annotation / colouring
      */
-    AnnotatedCollectionI context = ac.getContext();
-    if (context == null)
-    {
-      context = ac;
-    }
-    if (context instanceof AlignmentI)
-    {
-      return ((AlignmentI) context).hasRNAStructure();
-    }
     return false;
   }