aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax_api.cpp')
-rw-r--r--al/eax_api.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/al/eax_api.cpp b/al/eax_api.cpp
index 391363ec..bc778f03 100644
--- a/al/eax_api.cpp
+++ b/al/eax_api.cpp
@@ -254,21 +254,6 @@ const GUID EAX_RINGMODULATOR_EFFECT =
bool operator==(
- const EAXVECTOR& lhs,
- const EAXVECTOR& rhs) noexcept
-{
- return lhs.x == rhs.x && lhs.y == rhs.y && lhs.z == rhs.z;
-}
-
-bool operator!=(
- const EAXVECTOR& lhs,
- const EAXVECTOR& rhs) noexcept
-{
- return !(lhs == rhs);
-}
-
-
-bool operator==(
const EAX40CONTEXTPROPERTIES& lhs,
const EAX40CONTEXTPROPERTIES& rhs) noexcept
{