sequences are private in SequenceGroup
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 19b5b1c..dbf3c35 100755 (executable)
@@ -162,15 +162,6 @@ public interface AlignmentI
     public void removeGaps();\r
 \r
 \r
-    /**\r
-     * Finds group that sequence at index i in alignment is part of.\r
-     *\r
-     * @param i Index in alignment.\r
-     *\r
-     * @return First group found for sequence at position i. WARNING :\r
-     * Sequences may be members of several groups. This method is incomplete.\r
-     */\r
-    public SequenceGroup findGroup(int i);\r
 \r
     /**\r
      * Finds group that given sequence is part of.\r