fixable message removed

This commit is contained in:
Solovyev_S
2013-07-01 11:31:06 +04:00
parent cd2f43bb43
commit 5518a38f16
4 changed files with 0 additions and 26 deletions

View File

@@ -58,7 +58,6 @@ public final class CalculatorPreferences {
public static class OnscreenCalculator {
public static final Preference<Boolean> startOnBoot = BooleanPreference.of("onscreen_start_on_boot", false);
public static final Preference<Boolean> showAppIcon = BooleanPreference.of("onscreen_show_app_icon", true);
public static final Preference<Boolean> removeIconDialogShown = BooleanPreference.of("onscreen_remove_icon_dialog_shown", false);
}
public static class Calculations {