Code was setting MINIMUM_ZOOM and MAXIMUM_ZOOM but never using them

This commit is contained in:
JoePfeiffer 2022-11-30 17:33:39 -07:00
parent 50e1441008
commit 00301bb866

View File

@ -18,9 +18,6 @@ import net.sf.openrocket.util.StateChangeListener;
@SuppressWarnings("serial")
public class ScaleSelector {
public static final double MINIMUM_ZOOM = 0.01; // == 1 %
public static final double MAXIMUM_ZOOM = 1000.00; // == 10,000 %
// Ready zoom settings
private static final DecimalFormat PERCENT_FORMAT = new DecimalFormat("0.#%");