From 38d833a5710ff9d5753edda870be7bea52e89ce1 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 20 Jan 2020 21:13:49 +1100 Subject: [PATCH] Remove duplicate Constants --- src/ImageSharp/Constants.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/ImageSharp/Constants.cs diff --git a/src/ImageSharp/Constants.cs b/src/ImageSharp/Constants.cs deleted file mode 100644 index b8699e2d1..000000000 --- a/src/ImageSharp/Constants.cs +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) Six Labors and contributors. -// Licensed under the Apache License, Version 2.0. - -namespace SixLabors -{ - /// - /// Common constants used throughout the project. - /// - internal static class Constants - { - /// - /// The epsilon for comparing floating point numbers. - /// - public static readonly float Epsilon = 0.001f; - } -} \ No newline at end of file