todo
[jalview.git] / src / jalview / api / AlignViewportI.java
index dd442f6..11fa615 100644 (file)
@@ -48,19 +48,4 @@ public interface AlignViewportI
   boolean getCentreColumnLabels();
 
   boolean isCalculationInProgress(AlignmentAnnotation alignmentAnnotation);
-
-  AlignmentAnnotation getAlignmentQualityAnnot();
-
-  AlignmentAnnotation getAlignmentConservationAnnotation();
-
-  /**
-   * Test to see if viewport is still open and active
-   * @return true indicates that all references to viewport should be dropped 
-   */
-  boolean isClosed();
-  /**
-   * get the associated calculation thread manager for the view
-   * @return
-   */
-  AlignCalcManagerI getCalcManager();
 }