removed an unused field

This commit is contained in:
BroodjeAap 2020-12-21 15:38:48 +01:00
parent df53bc9ee2
commit 0046da73a0

View file

@ -16,7 +16,6 @@ class PracticeSetupPage extends StatefulWidget {
class _PracticeSetupState extends State<PracticeSetupPage> { class _PracticeSetupState extends State<PracticeSetupPage> {
int _count = 12; int _count = 12;
bool _showCorrect = true; bool _showCorrect = true;
final _ranges = ["", "7d", "30d", "All"];
Future<Map<String, double>> _answerStats; Future<Map<String, double>> _answerStats;