Browse Source

Remove unused field

pull/527/head
James Jackson-South 8 years ago
parent
commit
6b384be56d
  1. 5
      src/ImageSharp/Formats/Gif/GifEncoderCore.cs

5
src/ImageSharp/Formats/Gif/GifEncoderCore.cs

@ -50,11 +50,6 @@ namespace SixLabors.ImageSharp.Formats.Gif
/// </summary>
private int bitDepth;
/// <summary>
/// Whether the current image has multiple frames.
/// </summary>
private bool hasFrames;
/// <summary>
/// Initializes a new instance of the <see cref="GifEncoderCore"/> class.
/// </summary>

Loading…
Cancel
Save