new plotter

This commit is contained in:
Sergey Solovyev
2013-01-20 13:00:08 +04:00
parent bd2dde0c1d
commit 3ef91d7020
2 changed files with 0 additions and 7 deletions

View File

@@ -131,7 +131,6 @@ public final class CalculatorPreferences {
}
public static class Graph {
public static final Preference<Boolean> interpolate = new BooleanPreference("graph_interpolate", true);
public static final Preference<Boolean> plotImag = new BooleanPreference("graph_plot_imag", false);
}
@@ -186,7 +185,6 @@ public final class CalculatorPreferences {
applyDefaultPreference(preferences, Gui.autoOrientation);
applyDefaultPreference(preferences, Gui.hideNumeralBaseDigits);
applyDefaultPreference(preferences, Graph.interpolate);
applyDefaultPreference(preferences, Graph.plotImag);
applyDefaultPreference(preferences, History.showIntermediateCalculations);
applyDefaultPreference(preferences, Calculations.calculateOnFly);