This commit is contained in:
Manfred Karrer 2014-11-18 16:13:06 +01:00
parent e4a54c47f8
commit cbcab9e5aa

View File

@ -21,7 +21,6 @@ import io.bitsquare.arbitrator.Arbitrator;
import io.bitsquare.locale.Country;
import org.bitcoinj.core.Coin;
import org.bitcoinj.utils.MonetaryFormat;
import java.io.Serializable;
@ -37,11 +36,6 @@ public class AccountSettings implements Serializable {
private List<Country> acceptedCountryLocales = new ArrayList<>();
private List<Arbitrator> acceptedArbitrators = new ArrayList<>();
// needed for persistence
private String btcDenominationString = MonetaryFormat.CODE_BTC;
private Boolean useAnimationsBoolean = true;
private Boolean useEffectsBoolean = true;
///////////////////////////////////////////////////////////////////////////////////////////
// Constructor