JAL-192 JAL-2099 unused variables
[jalview.git] / src / jalview / gui / ScalePanel.java
index 0ed0ae4..f2cbf33 100755 (executable)
@@ -460,7 +460,6 @@ public class ScalePanel extends JPanel implements MouseMotionListener,
     ColumnSelection cs = av.getColumnSelection();
     int avCharWidth = av.getCharWidth(), avCharHeight = av.getCharHeight();
 
-    int s;
     if (cs != null)
     {
       gg.setColor(new Color(220, 0, 0));