From 432b72ff3d65ab92cf14be220c3f76583a838141 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 18 Oct 2011 13:48:08 +0100 Subject: [PATCH] backout parts of the interface from another development branch --- src/jalview/api/AlignViewportI.java | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/jalview/api/AlignViewportI.java b/src/jalview/api/AlignViewportI.java index dd442f6..11fa615 100644 --- a/src/jalview/api/AlignViewportI.java +++ b/src/jalview/api/AlignViewportI.java @@ -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(); } -- 1.7.10.2