JAL-3125 tidy up
[jalview.git] / src / jalview / gui / FeatureTypeSettings.java
index 43a9e6a..1163ae6 100644 (file)
@@ -366,8 +366,7 @@ public class FeatureTypeSettings extends JalviewDialog
                         : BELOW_THRESHOLD_OPTION);
         slider.setEnabled(true);
         slider.setValue((int) (fc.getThreshold() * scaleFactor));
-        float roundedSliderValue = getRoundedSliderValue();
-        thresholdValue.setText(String.valueOf(fc.getThreshold()));// roundedSliderValue));
+        thresholdValue.setText(String.valueOf(fc.getThreshold()));
         thresholdValue.setEnabled(true);
         thresholdIsMin.setEnabled(true);
       }