backout parts of the interface from another development branch
authorjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 18 Oct 2011 12:48:08 +0000 (13:48 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Tue, 18 Oct 2011 12:48:08 +0000 (13:48 +0100)
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();
 }