Removed dead code

This commit is contained in:
2026-04-21 20:06:41 +02:00
parent 68141a3da2
commit 9230b0caba

View File

@@ -11,9 +11,6 @@ class ScoreListTile extends StatelessWidget {
super.key, super.key,
required this.text, required this.text,
required this.controller, required this.controller,
/*
required this.onContainerTap,
*/
}); });
/// The text to display next to the radio button. /// The text to display next to the radio button.
@@ -21,11 +18,6 @@ class ScoreListTile extends StatelessWidget {
final TextEditingController controller; final TextEditingController controller;
/// The callback invoked when the container is tapped.
/*
final ValueChanged<T> onContainerTap;
*/
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
final loc = AppLocalizations.of(context); final loc = AppLocalizations.of(context);