JAL-3226 removal of superseded changes
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 26 Apr 2019 09:20:31 +0000 (10:20 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 26 Apr 2019 09:20:31 +0000 (10:20 +0100)
src/jalview/gui/SeqCanvas.java
src/jalview/viewmodel/AlignmentViewport.java

index 88d6db7..e962709 100755 (executable)
@@ -430,12 +430,9 @@ public class SeqCanvas extends JPanel implements ViewportListenerI
       drawSelectionGroup((Graphics2D) g, startRes, endRes, startSeq,
               endSeq);
       fastPaint = false;
-      // System.out.println("SeqCanvas fast paint");
     }
     else
     {
-      // System.out.println("SeqCanvas full paint");
-
       // img is a cached version of the last view we drew.
       // If we have no img or the size has changed, make a new one.
       //
index ae101a3..536f767 100644 (file)
@@ -1323,21 +1323,6 @@ public abstract class AlignmentViewport
    */
   private boolean followHighlight = true;
 
-  // private boolean disableFastPaint; // BH 2019.04.18
-  //
-  // /**
-  // * BH 2019.04.18 When gap filling is on and a modification is made to fill
-  // * those, we need to disallow fast painting for paste just once
-  // *
-  // * @return
-  // */
-  // public boolean isFastPaintDisabled()
-  // {
-  // boolean ret = disableFastPaint;
-  // disableFastPaint = false;
-  // return ret;
-  // }
-
   /**
    * Property change listener for changes in alignment
    * 
@@ -1873,11 +1858,6 @@ public abstract class AlignmentViewport
     if (isPadGaps())
     {
       alignment.padGaps();
-      // if (alignment.padGaps())
-      // {
-      // // the new alignment has been modified -- can't fast paint
-      // disableFastPaint = true;
-      // }
     }
     if (autoCalculateConsensus)
     {
@@ -2287,7 +2267,7 @@ public abstract class AlignmentViewport
   public void clearSequenceColours()
   {
     sequenceColours.clear();
-  };
+  }
 
   @Override
   public AlignViewportI getCodingComplement()