Skip to content

Commit

Permalink
Merge pull request #1393 from onevcat/fix/issue-1392
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
onevcat committed Feb 17, 2020
2 parents b126b06 + c30c73f commit f8ef38d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Image/ImageDrawing.swift
Expand Up @@ -281,7 +281,6 @@ extension KingfisherWrapper where Base: KFCrossPlatformImage {

let w = Int(size.width)
let h = Int(size.height)
let rowBytes = Int(CGFloat(cgImage.bytesPerRow))

func createEffectBuffer(_ context: CGContext) -> vImage_Buffer {
let data = context.data
Expand Down

0 comments on commit f8ef38d

Please sign in to comment.