Skip to content

Commit

Permalink
CoverArt: Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddTheSane committed Jan 13, 2024
1 parent ce8a913 commit 9ebf9b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Boxer/CoverArt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ private func imageHasTransparency(_ image: NSImage) -> Bool {
//Only bother testing transparency if the image has an alpha channel
if image.representations.last?.hasAlpha ?? false {
if let bir = image.representations.last as? NSBitmapImageRep {
let imageSize = bir.size
let imageWidth = bir.pixelsWide
let imageHigh = bir.pixelsHigh

Expand Down

0 comments on commit 9ebf9b3

Please sign in to comment.