remove unused functions

This commit is contained in:
sneurlax 2023-01-30 09:30:57 -06:00
parent fecad7893b
commit 1e5f624c8b

View file

@ -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;