aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/math_defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/math_defs.h b/common/math_defs.h
deleted file mode 100644
index d66923ea..00000000
--- a/common/math_defs.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef AL_MATH_DEFS_H
-#define AL_MATH_DEFS_H
-
-constexpr float Deg2Rad(float x) noexcept
-{ return static_cast<float>(x * 1.74532925199432955e-02/*pi/180*/); }
-
-#endif /* AL_MATH_DEFS_H */