Skip to content

Commit 82f2072

Browse files
Remove unused value.
1 parent cb05fc7 commit 82f2072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ImageSharp/Formats/Gif/GifDecoderCore.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ private void ReadFrameColors<TPixel>(
702702
}
703703
else
704704
{
705-
TPixel transparentPixel = Color.Transparent.ToPixel<TPixel>();
706705
for (int x = 0; x < row.Length; x++)
707706
{
708707
int index = indicesRow[x];

0 commit comments

Comments
 (0)