From 7b46791c41f425a1b2a0c24be6d424b53c3943c1 Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Mon, 6 Feb 2023 09:18:44 +0100 Subject: [PATCH] Remove pragma --- src/ImageSharp/Color/Color.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ImageSharp/Color/Color.cs b/src/ImageSharp/Color/Color.cs index 590a3ed311..13af25f6c7 100644 --- a/src/ImageSharp/Color/Color.cs +++ b/src/ImageSharp/Color/Color.cs @@ -289,9 +289,7 @@ public readonly partial struct Color : IEquatable /// The source color span. /// The destination pixel span. [MethodImpl(InliningOptions.ShortMethod)] -#pragma warning disable RCS1163 // Unused parameter. public static void ToPixel(ReadOnlySpan source, Span destination) -#pragma warning restore RCS1163 // Unused parameter. where TPixel : unmanaged, IPixel { // TODO: Investigate bulk operations utilizing configuration parameter here.