JAL-2541 save/Undo only 'diffs' for features with Cut command
[jalview.git] / src / jalview / datamodel / features / SequenceFeaturesI.java
index 40beae3..8c30dce 100644 (file)
@@ -203,4 +203,9 @@ public interface SequenceFeaturesI
    * @param shiftBy
    */
   boolean shiftFeatures(int fromPosition, int shiftBy);
-}
\ No newline at end of file
+
+  /**
+   * Deletes all positional and non-positional features
+   */
+  void deleteAll();
+}