From 6f0cd817149882377e18bc048a16ab291cb0b9a8 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Thu, 3 Jul 2025 13:08:56 +0200 Subject: [PATCH] Removed variable --- lib/views/active_game_view.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/active_game_view.dart b/lib/views/active_game_view.dart index b5eafc3..c44ef26 100644 --- a/lib/views/active_game_view.dart +++ b/lib/views/active_game_view.dart @@ -19,7 +19,6 @@ class ActiveGameView extends StatefulWidget { class _ActiveGameViewState extends State { late final GameSession gameSession; - bool _deleted = false; @override void initState() {