X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fappletgui%2FRotatableCanvas.java;h=5daa320e1e504e6925b36dfe8fea5d7c83284d76;hb=f24dacb1da56fccf05d684e2f4899facec2aecf7;hp=82207a22a0589bfa1fdf21ac295216776e256292;hpb=133e5d7be0ca295fd4ac4ccfa6c82165c795ea80;p=jalview.git diff --git a/src/jalview/appletgui/RotatableCanvas.java b/src/jalview/appletgui/RotatableCanvas.java index 82207a2..5daa320 100755 --- a/src/jalview/appletgui/RotatableCanvas.java +++ b/src/jalview/appletgui/RotatableCanvas.java @@ -97,7 +97,6 @@ public class RotatableCanvas { this.points = points; this.npoint = npoint; - this.av = av; PaintRefresher.Register(this, av.alignment); prefsize = getPreferredSize(); @@ -348,7 +347,7 @@ public class RotatableCanvas public void drawScene(Graphics g) { - boolean darker = false; + //boolean darker = false; int halfwidth = getSize().width / 2; int halfheight = getSize().height / 2; @@ -564,7 +563,7 @@ public class RotatableCanvas public void rectSelect(int x1, int y1, int x2, int y2) { - boolean changedSel = false; + //boolean changedSel = false; for (int i = 0; i < npoint; i++) { SequencePoint sp = (SequencePoint) points.elementAt(i);