mirror of
https://github.com/zhigang1992/Kingfisher.git
synced 2026-04-30 13:02:33 +08:00
Remove unused placeholder set
This commit is contained in:
@@ -199,12 +199,7 @@ extension KingfisherWrapper where Base: CPListItem {
|
||||
if let unwrapped = image {
|
||||
self.base.setImage(unwrapped)
|
||||
}
|
||||
#endif
|
||||
|
||||
} else {
|
||||
#if compiler(>=5.4)
|
||||
self.base.setImage(placeholder)
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
completionHandler?(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user