Skip to content

Commit 16608b4

Browse files
committed
SixLabors#542: code cleanup
1 parent 458aa53 commit 16608b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ImageSharp.Tests/Drawing/FillLinearGradientBrushTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void HorizontalReturnsUnicolorColumns<TPixel>(
4949
{
5050
using (var image = provider.GetImage())
5151
{
52-
int lastColumnIndex = image.Width - 1;
5352
TPixel red = NamedColors<TPixel>.Red;
5453
TPixel yellow = NamedColors<TPixel>.Yellow;
5554

0 commit comments

Comments
 (0)