diff --git a/lib/pages/practice/PracticeSetupPage.dart b/lib/pages/practice/PracticeSetupPage.dart index 6c22892..eddc78a 100644 --- a/lib/pages/practice/PracticeSetupPage.dart +++ b/lib/pages/practice/PracticeSetupPage.dart @@ -16,7 +16,6 @@ class PracticeSetupPage extends StatefulWidget { class _PracticeSetupState extends State { int _count = 12; bool _showCorrect = true; - final _ranges = ["", "7d", "30d", "All"]; Future> _answerStats;