From 660b5aaf6c2d7ca622ca9bffdafd39ca559b1da5 Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Thu, 28 Nov 2024 19:56:40 +0400 Subject: [PATCH] remove unused code --- lib/pages/spaces_management/view/spaces_management_page.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pages/spaces_management/view/spaces_management_page.dart b/lib/pages/spaces_management/view/spaces_management_page.dart index 5b00d63f..a540cf3c 100644 --- a/lib/pages/spaces_management/view/spaces_management_page.dart +++ b/lib/pages/spaces_management/view/spaces_management_page.dart @@ -20,8 +20,6 @@ class SpaceManagementPage extends StatefulWidget { } class SpaceManagementPageState extends State { - CommunityModel? selectedCommunity; - SpaceModel? selectedSpace; final CommunitySpaceManagementApi _api = CommunitySpaceManagementApi(); final ProductApi _productApi = ProductApi(); Map> communitySpaces = {};