From 82f20726993eaef66432c207af6e1cb0f09ff9df Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Wed, 10 Sep 2025 19:26:27 +1000 Subject: [PATCH] Remove unused value. --- src/ImageSharp/Formats/Gif/GifDecoderCore.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageSharp/Formats/Gif/GifDecoderCore.cs b/src/ImageSharp/Formats/Gif/GifDecoderCore.cs index 2bb81b172..78ceb0b23 100644 --- a/src/ImageSharp/Formats/Gif/GifDecoderCore.cs +++ b/src/ImageSharp/Formats/Gif/GifDecoderCore.cs @@ -702,7 +702,6 @@ internal sealed class GifDecoderCore : ImageDecoderCore } else { - TPixel transparentPixel = Color.Transparent.ToPixel(); for (int x = 0; x < row.Length; x++) { int index = indicesRow[x];