Skip to content

Commit

Permalink
removed unused lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Sep 19, 2023
1 parent de3eee2 commit f1e297d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ static BOOL DoesHardwareSupportWideGamut() {
// As of Xcode 14.1, the wide gamut surface pixel formats are not supported by
// the simulator.
settings.enable_wide_gamut = false;
// Removes unused function warning.
(void)DoesHardwareSupportWideGamut;
#else
NSNumber* nsEnableWideGamut = [mainBundle objectForInfoDictionaryKey:@"FLTEnableWideGamut"];
BOOL enableWideGamut =
Expand Down

0 comments on commit f1e297d

Please sign in to comment.