From: jprocter Date: Mon, 5 Apr 2010 15:38:06 +0000 (+0000) Subject: unnecessary code X-Git-Tag: Release_2_5~80 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2763845dada91cdfe266200cf852146c70392ad7;p=jalview.git unnecessary code --- diff --git a/src/jalview/gui/FeatureSettings.java b/src/jalview/gui/FeatureSettings.java index 7bf291d..5598af2 100755 --- a/src/jalview/gui/FeatureSettings.java +++ b/src/jalview/gui/FeatureSettings.java @@ -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));