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.
///