From 873c1dcdab40cef392b0d05c6c7a9cad9d73eb09 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 13 Apr 2018 11:50:49 +1000 Subject: [PATCH] Remove unused field --- src/ImageSharp/Formats/Gif/GifEncoderCore.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs index d05d1af487..4a6cb05967 100644 --- a/src/ImageSharp/Formats/Gif/GifEncoderCore.cs +++ b/src/ImageSharp/Formats/Gif/GifEncoderCore.cs @@ -50,11 +50,6 @@ namespace SixLabors.ImageSharp.Formats.Gif /// private int bitDepth; - /// - /// Whether the current image has multiple frames. - /// - private bool hasFrames; - /// /// Initializes a new instance of the class. ///