JAL-969 remove unnecessary overrides
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 1 May 2014 13:57:30 +0000 (14:57 +0100)
committerJim Procter <jprocter@dundee.ac.uk>
Thu, 1 May 2014 13:57:30 +0000 (14:57 +0100)
src/jalview/appletgui/AlignViewport.java

index 7e9cbf1..2ced8da 100644 (file)
@@ -484,26 +484,6 @@ public class AlignViewport extends AlignmentViewport implements
     }
   }
 
-  public void setThreshold(int thresh)
-  {
-    threshold = thresh;
-  }
-
-  public int getThreshold()
-  {
-    return threshold;
-  }
-
-  public void setIncrement(int inc)
-  {
-    increment = inc;
-  }
-
-  public int getIncrement()
-  {
-    return increment;
-  }
-
   public void resetSeqLimits(int height)
   {
     setEndSeq(height / getCharHeight());