unnecessary code
[jalview.git] / src / jalview / gui / FeatureSettings.java
index 7bf291d..5598af2 100755 (executable)
@@ -617,7 +617,6 @@ public class FeatureSettings extends JPanel
           if (newcol.hasMax())
           {
             Color mincol=null,maxcol=null;
-            float thrsh=Float.NaN;
             try {
               mincol = new Color(
                       Integer.parseInt(newcol.getMinRGB(), 16));