mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 02:24:30 +00:00
remove unused
This commit is contained in:
parent
98b6db7284
commit
d5977d5d3d
1 changed files with 0 additions and 7 deletions
|
@ -36,7 +36,6 @@ import 'package:stackwallet/services/exchange/exchange_data_loading_service.dart
|
|||
import 'package:stackwallet/services/exchange/exchange_response.dart';
|
||||
import 'package:stackwallet/services/exchange/majestic_bank/majestic_bank_exchange.dart';
|
||||
import 'package:stackwallet/services/exchange/trocador/trocador_exchange.dart';
|
||||
import 'package:stackwallet/services/tor_service.dart';
|
||||
import 'package:stackwallet/themes/stack_colors.dart';
|
||||
import 'package:stackwallet/utilities/amount/amount_unit.dart';
|
||||
import 'package:stackwallet/utilities/assets.dart';
|
||||
|
@ -780,9 +779,6 @@ class _ExchangeFormState extends ConsumerState<ExchangeForm> {
|
|||
});
|
||||
}
|
||||
|
||||
// Instantiate the Tor service.
|
||||
torService = TorService.sharedInstance;
|
||||
|
||||
super.initState();
|
||||
}
|
||||
|
||||
|
@ -1017,7 +1013,4 @@ class _ExchangeFormState extends ConsumerState<ExchangeForm> {
|
|||
],
|
||||
);
|
||||
}
|
||||
|
||||
// TorService instance.
|
||||
late TorService torService;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue