Skip to content

Commit

Permalink
Remove unused fields on FullProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Jun 21, 2023
1 parent ac16eae commit 9748e5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
10 changes: 0 additions & 10 deletions lib/models/member.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ class FullProfile extends Profile {
final String? nickname;
final DisplayNamePreference displayNamePreference;

final bool receiveOptin;
final bool receiveNewsletter;
final bool receiveMagazine;

final bool emailGsuiteOnly;

const FullProfile(
String displayName,
String shortDisplayName,
Expand All @@ -175,10 +169,6 @@ class FullProfile extends Profile {
this.initials,
this.nickname,
this.displayNamePreference,
this.receiveOptin,
this.receiveNewsletter,
this.receiveMagazine,
this.emailGsuiteOnly,
) : super(
displayName,
shortDisplayName,
Expand Down
8 changes: 0 additions & 8 deletions lib/models/member.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9748e5c

Please sign in to comment.