From 27a867d0b6d2f708fb2c599c8145901b3809d122 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Wed, 20 Oct 2021 19:04:46 +0200 Subject: [PATCH] Remove unknown enum value --- src/ImageSharp/Formats/Webp/WebpFormatType.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ImageSharp/Formats/Webp/WebpFormatType.cs b/src/ImageSharp/Formats/Webp/WebpFormatType.cs index fdeb1447e5..5ef47f6e0f 100644 --- a/src/ImageSharp/Formats/Webp/WebpFormatType.cs +++ b/src/ImageSharp/Formats/Webp/WebpFormatType.cs @@ -8,11 +8,6 @@ namespace SixLabors.ImageSharp.Formats.Webp /// public enum WebpFormatType { - /// - /// Unknown webp format. - /// - Unknown, - /// /// The lossless webp format. ///