Remove the unused code for iOS 9- polyfill

This commit is contained in:
DreamPiggy 2024-08-02 16:23:04 +08:00
parent 49a2bbaa7a
commit 600e1b68af
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