JAL-3003 remove redundant call to drawSelectionGroup
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 31 Aug 2018 10:49:00 +0000 (11:49 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 31 Aug 2018 10:49:00 +0000 (11:49 +0100)
src/jalview/gui/SeqCanvas.java

index 6ec48de..5c404f0 100755 (executable)
@@ -364,10 +364,6 @@ public class SeqCanvas extends JComponent implements ViewportListenerI
     width -= (width % charWidth);
     height -= (height % charHeight);
     
-    drawSelectionGroup((Graphics2D) g,
-            ranges.getStartRes(), ranges.getEndRes(),
-            ranges.getStartSeq(), ranges.getEndSeq());
-    
     if ((img != null) && (fastPaint
             || (getVisibleRect().width != g.getClipBounds().width)
             || (getVisibleRect().height != g.getClipBounds().height)))