Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f1e297d

Browse files
committed
removed unused lint
1 parent de3eee2 commit f1e297d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shell/platform/darwin/ios/framework/Source/FlutterDartProject.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ static BOOL DoesHardwareSupportWideGamut() {
173173
// As of Xcode 14.1, the wide gamut surface pixel formats are not supported by
174174
// the simulator.
175175
settings.enable_wide_gamut = false;
176+
// Removes unused function warning.
177+
(void)DoesHardwareSupportWideGamut;
176178
#else
177179
NSNumber* nsEnableWideGamut = [mainBundle objectForInfoDictionaryKey:@"FLTEnableWideGamut"];
178180
BOOL enableWideGamut =

0 commit comments

Comments
 (0)