mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove dead code
This commit is contained in:
parent
6638d01716
commit
ce1e954236
@ -25,7 +25,6 @@ import java.util.Locale;
|
||||
|
||||
public class GlobalSettings {
|
||||
private static boolean useAnimations = true;
|
||||
private static boolean useDarkMode = false;
|
||||
private static Locale locale;
|
||||
private static final ObjectProperty<Locale> localeProperty = new SimpleObjectProperty<>(locale);
|
||||
private static TradeCurrency defaultTradeCurrency;
|
||||
@ -48,10 +47,6 @@ public class GlobalSettings {
|
||||
GlobalSettings.useAnimations = useAnimations;
|
||||
}
|
||||
|
||||
public static void setUseDarkMode(boolean useDarkMode) {
|
||||
GlobalSettings.useDarkMode = useDarkMode;
|
||||
}
|
||||
|
||||
public static void setDefaultTradeCurrency(TradeCurrency fiatCurrency) {
|
||||
GlobalSettings.defaultTradeCurrency = fiatCurrency;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user