JAL-1780 improvement to ensure export settings dialog is not invoked if there's notin...
[jalview.git] / src / jalview / api / AlignExportSettingI.java
index cf56bf3..9b67cf5 100644 (file)
@@ -68,10 +68,4 @@ public interface AlignExportSettingI
    */
   public boolean isExportGroups();
 
-  /**
-   * Checks if settings/export process is cancelled
-   * 
-   * @return
-   */
-  public boolean isCancelled();
 }