mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-27 12:45:52 +00:00
remove unused functions
This commit is contained in:
parent
fecad7893b
commit
1e5f624c8b
1 changed files with 0 additions and 4 deletions
|
@ -108,10 +108,6 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
||||||
static Decimal maxCrypto = Decimal.parse((10000.00000000).toString());
|
static Decimal maxCrypto = Decimal.parse((10000.00000000).toString());
|
||||||
static String boundedCryptoTicker = '';
|
static String boundedCryptoTicker = '';
|
||||||
|
|
||||||
void fiatFieldOnChanged(String value) async {}
|
|
||||||
|
|
||||||
void cryptoFieldOnChanged(String value) async {}
|
|
||||||
|
|
||||||
void selectCrypto() async {
|
void selectCrypto() async {
|
||||||
if (ref.read(simplexProvider).supportedCryptos.isEmpty) {
|
if (ref.read(simplexProvider).supportedCryptos.isEmpty) {
|
||||||
bool shouldPop = false;
|
bool shouldPop = false;
|
||||||
|
|
Loading…
Reference in a new issue