Merge pull request #3735 from dreampiggy/bugfix/image_renderer

Remove the unused code for iOS 9- polyfill
This commit is contained in:
DreamPiggy 2024-08-02 17:23:36 +08:00 committed by GitHub
commit 2b56a1843c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@
#endif #endif
self.scale = screenScale; self.scale = screenScale;
self.opaque = NO; self.opaque = NO;
self.preferredRange = SDGraphicsImageRendererFormatRangeStandard;
#if SD_UIKIT #if SD_UIKIT
} }
#endif #endif
@ -190,7 +189,6 @@
#endif #endif
self.scale = screenScale; self.scale = screenScale;
self.opaque = NO; self.opaque = NO;
self.preferredRange = SDGraphicsImageRendererFormatRangeStandard;
#if SD_UIKIT #if SD_UIKIT
} }
#endif #endif