Merge branch 'JAL-1403' into develop
[jalview.git] / src / jalview / schemes / ColourSchemeProperty.java
index 4132f32..f748c96 100755 (executable)
@@ -246,10 +246,7 @@ public class ColourSchemeProperty
     {
       index = TCOFFEE;
     }
-    else if (cs instanceof RNAInteractionColourScheme)
-    {
-      index = RNAINTERACTION;
-    }
+   
     
     
     /*
@@ -504,14 +501,12 @@ public class ColourSchemeProperty
       cs = new TCoffeeColourScheme(coll);
       break;
       
-    case RNAINTERACTION:
-        cs = new RNAInteractionColourScheme();
-        break;
+
       
     // case COVARIATION:
     // cs = new CovariationColourScheme(annotation);
 
-      // break;
+    // break;
 
     case USER_DEFINED:
       Color[] col = new Color[24];