Remove unneeded override
This commit is contained in:
parent
9741e3339d
commit
0b3a6b20ae
|
@ -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 {
|
- (BOOL)sd_isVector {
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue