JAL-969 hasHiddenRows is now an interface method
[jalview.git] / src / jalview / gui / AlignViewport.java
index a2ed7cd..1c105d0 100644 (file)
@@ -991,14 +991,6 @@ public class AlignViewport extends AlignmentViewport implements
     shownpfeats = show;
   }
 
-  /**
-   * 
-   * @return true if view has hidden rows
-   */
-  public boolean hasHiddenRows()
-  {
-    return hasHiddenRows;
-  }
 
   /**
    * when set, view will scroll to show the highlighted position