JAL-1483 model and api for feature display list on alignment view (refactor)
[jalview.git] / src / jalview / appletgui / AlignViewport.java
index 7400122..f42f7ba 100644 (file)
@@ -86,10 +86,6 @@ public class AlignViewport extends AlignmentViewport implements
 
   boolean scaleRightWrapped = true;
 
-  // The following vector holds the features which are
-  // currently visible, in the correct order or rendering
-  public Hashtable featuresDisplayed;
-
   boolean showHiddenMarkers = true;
 
   public jalview.bin.JalviewLite applet;