Skip to content

Commit 51173a8

Browse files
Remove unused variable
1 parent bd3afa0 commit 51173a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ImageSharp.Drawing/Processing/RecolorBrush.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ public override void Apply(Span<float> scanline, int x, int y)
146146
Span<float> amounts = this.blenderBuffers.AmountSpan[..scanline.Length];
147147
Span<TPixel> overlays = this.blenderBuffers.OverlaySpan[..scanline.Length];
148148

149-
int width = this.Target.Width;
150149
for (int i = 0; i < scanline.Length; i++)
151150
{
152151
amounts[i] = scanline[i] * this.Options.BlendPercentage;

0 commit comments

Comments
 (0)