Merge branch 'develop' into releases/Release_2_11_2_Branch
[jalview.git] / src / jalview / datamodel / AlignmentView.java
index 6d6d4c3..e6604d1 100644 (file)
@@ -51,37 +51,6 @@ public class AlignmentView
   private boolean isNa = false;
 
   /**
-   * reference to the complementary CDS/Protein alignment for this alignment, if available
-   */
-  private AlignmentView complementView=null;
-  
-  /**
-   * setter for 
-   * @param complementView
-   */
-  public void setComplement(AlignmentView complementView)
-  {
-    this.complementView = complementView;
-    
-  }
-  /**
-   * 
-   * @return true if a complement is available
-   */
-  public boolean hasComplementView()
-  {
-    return complementView!=null;
-  }
-  /**
-   * 
-   * @return the complement view or null
-   */
-  public AlignmentView getComplementView()
-  {
-    return complementView;
-  }
-  
-  /**
    * false if the view concerns peptides
    * 
    * @return