JAL-2371 pull up isNucleotide to SequenceCollectionI
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index a0b3ff1..752235b 100755 (executable)
@@ -285,13 +285,6 @@ public interface AlignmentI extends AnnotatedCollectionI
   char getGapCharacter();
 
   /**
-   * Test for all nucleotide alignment
-   * 
-   * @return true if alignment is nucleotide sequence
-   */
-  boolean isNucleotide();
-
-  /**
    * Test if alignment contains RNA structure
    * 
    * @return true if RNA structure AligmnentAnnotation was added to alignment