From 566bf8d9f468c84c10020a424dc10fe29c5073b5 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 53dd055fa8..9db73d4e71 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,