File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ class _AnonymousLimitView extends StatelessWidget {
4141 @override
4242 Widget build (BuildContext context) {
4343 final l10n = AppLocalizationsX (context).l10n;
44- final theme = Theme .of (context);
4544
4645 return _BaseLimitView (
4746 icon: Icons .person_add_alt_1_outlined,
@@ -70,7 +69,6 @@ class _StandardUserLimitView extends StatelessWidget {
7069 @override
7170 Widget build (BuildContext context) {
7271 final l10n = AppLocalizationsX (context).l10n;
73- final theme = Theme .of (context);
7472
7573 return _BaseLimitView (
7674 icon: Icons .workspace_premium_outlined,
@@ -97,8 +95,6 @@ class _PremiumUserLimitView extends StatelessWidget {
9795 Widget build (BuildContext context) {
9896 final l10n = AppLocalizationsX (context).l10n;
9997
100- final theme = Theme .of (context);
101-
10298 return _BaseLimitView (
10399 icon: Icons .inventory_2_outlined,
104100 title: l10n.premiumLimitTitle,
You can’t perform that action at this time.
0 commit comments