mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-12 21:54:31 +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 String boundedCryptoTicker = '';
|
||||
|
||||
void fiatFieldOnChanged(String value) async {}
|
||||
|
||||
void cryptoFieldOnChanged(String value) async {}
|
||||
|
||||
void selectCrypto() async {
|
||||
if (ref.read(simplexProvider).supportedCryptos.isEmpty) {
|
||||
bool shouldPop = false;
|
||||
|
|
Loading…
Reference in a new issue