From 6b384be56d235ab6e83994fbc1df00bb1dd90c40 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 d05d1af48..4a6cb0596 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. ///