Skip to content

Commit

Permalink
[macOS] Eliminate unnecessary dynamic declaration (#40327)
Browse files Browse the repository at this point in the history
Since `view` is a property of `NSViewController`, it's unnecessary for
us to declare `@dynamic view` in `FlutterViewController`'s
implementation.
  • Loading branch information
cbracken committed Mar 16, 2023
1 parent e408e09 commit 48628fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ @implementation FlutterViewController {
}

@synthesize viewId = _viewId;
@dynamic view;
@dynamic accessibilityBridge;

/**
Expand Down

0 comments on commit 48628fb

Please sign in to comment.