Removed variable
This commit is contained in:
@@ -19,7 +19,6 @@ class ActiveGameView extends StatefulWidget {
|
|||||||
|
|
||||||
class _ActiveGameViewState extends State<ActiveGameView> {
|
class _ActiveGameViewState extends State<ActiveGameView> {
|
||||||
late final GameSession gameSession;
|
late final GameSession gameSession;
|
||||||
bool _deleted = false;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user