diff --git a/tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs b/tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs index ba0c4d16f..04a2417a1 100644 --- a/tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs +++ b/tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs @@ -49,7 +49,6 @@ namespace SixLabors.ImageSharp.Tests.Drawing { using (var image = provider.GetImage()) { - int lastColumnIndex = image.Width - 1; TPixel red = NamedColors.Red; TPixel yellow = NamedColors.Yellow;