Skip to content

Commit 0b3a6b2

Browse files
committed
Remove unneeded override
1 parent 9741e33 commit 0b3a6b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SDWebImage/Core/SDAnimatedImage.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,6 @@ - (SDImageFormat)sd_imageFormat {
376376
}
377377
}
378378

379-
- (void)setSd_imageFormat:(SDImageFormat)sd_imageFormat {
380-
// Sets the image format for static images
381-
super.sd_imageFormat = sd_imageFormat;
382-
}
383-
384379
- (BOOL)sd_isVector {
385380
return NO;
386381
}

0 commit comments

Comments
 (0)