From 70cf847bfed8d59c4d5348bd9d4478bb87f951c2 Mon Sep 17 00:00:00 2001 From: Jason Nelson Date: Wed, 18 Apr 2018 11:36:49 -0700 Subject: [PATCH] Remove incorrect size from GifGraphicsControlExtension --- .../Formats/Gif/Sections/GifGraphicsControlExtension.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs index 53dd055fa..9db73d4e7 100644 --- a/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs +++ b/src/ImageSharp/Formats/Gif/Sections/GifGraphicsControlExtension.cs @@ -15,8 +15,6 @@ namespace SixLabors.ImageSharp.Formats.Gif [StructLayout(LayoutKind.Sequential, Pack = 1)] internal readonly struct GifGraphicsControlExtension : IGifExtension { - public const int Size = 4; - public GifGraphicsControlExtension( byte packed, ushort delayTime,