Browse Source

Remove unused value.

pull/2982/head
James Jackson-South 5 months ago
parent
commit
82f2072699
  1. 1
      src/ImageSharp/Formats/Gif/GifDecoderCore.cs

1
src/ImageSharp/Formats/Gif/GifDecoderCore.cs

@ -702,7 +702,6 @@ internal sealed class GifDecoderCore : ImageDecoderCore
}
else
{
TPixel transparentPixel = Color.Transparent.ToPixel<TPixel>();
for (int x = 0; x < row.Length; x++)
{
int index = indicesRow[x];

Loading…
Cancel
Save