transferred the storage position of the HMM to annotations
[jalview.git] / src / jalview / datamodel / SequenceGroup.java
index a1a655e..520bfaf 100755 (executable)
@@ -1460,17 +1460,5 @@ public class SequenceGroup implements AnnotatedCollectionI
     return (startRes <= apos && endRes >= apos) && sequences.contains(seq);
   }
 
-  @Override
-  public HiddenMarkovModel getHMM()
-  {
-    // TODO Auto-generated method stub
-    return hmm;
-  }
 
-  @Override
-  public void setHMM(HiddenMarkovModel markov)
-  {
-    hmm = markov;
-
-  }
 }