From 91c3d5ecf84300ee21476d14dee05e4f84cf9067 Mon Sep 17 00:00:00 2001 From: Ildar Khayrutdinov Date: Tue, 28 Feb 2023 13:38:09 +0300 Subject: [PATCH] cleanup --- tests/ImageSharp.Tests/TestImages.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ImageSharp.Tests/TestImages.cs b/tests/ImageSharp.Tests/TestImages.cs index 2dd1ca71c..589168f00 100644 --- a/tests/ImageSharp.Tests/TestImages.cs +++ b/tests/ImageSharp.Tests/TestImages.cs @@ -762,7 +762,6 @@ public static class TestImages public const string Benchmark_RgbLzw = "medium_rgb_lzw.tiff"; public const string Benchmark_RgbPackbits = "medium_rgb_packbits.tiff"; public const string Benchmark_RgbUncompressed = "medium_rgb_uncompressed.tiff"; - public const string Benchmark_CmykUncompressed = "medium_cmyk_uncompressed.tiff"; public const string Calliphora_GrayscaleUncompressed = "Tiff/Calliphora_grayscale_uncompressed.tiff"; public const string Calliphora_GrayscaleDeflate_Predictor = "Tiff/Calliphora_gray_deflate_predictor.tiff";