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