Remove unneeded override

This commit is contained in:
lukmccall 2024-10-21 11:26:44 +02:00
parent 9741e3339d
commit 0b3a6b20ae
1 changed files with 0 additions and 5 deletions

View File

@ -376,11 +376,6 @@ static CGFloat SDImageScaleFromPath(NSString *string) {
}
}
- (void)setSd_imageFormat:(SDImageFormat)sd_imageFormat {
// Sets the image format for static images
super.sd_imageFormat = sd_imageFormat;
}
- (BOOL)sd_isVector {
return NO;
}