aboutsummaryrefslogtreecommitdiffstats
path: root/al/eax/api.h
diff options
context:
space:
mode:
Diffstat (limited to 'al/eax/api.h')
-rw-r--r--al/eax/api.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/al/eax/api.h b/al/eax/api.h
index 6d9d544d..a436acb2 100644
--- a/al/eax/api.h
+++ b/al/eax/api.h
@@ -65,9 +65,6 @@ struct EAXBUFFER_REVERBPROPERTIES {
float fMix;
};
-inline bool operator==(const EAXBUFFER_REVERBPROPERTIES& lhs, const EAXBUFFER_REVERBPROPERTIES& rhs) noexcept
-{ return lhs.fMix == rhs.fMix; }
-
constexpr auto EAX_BUFFER_MINREVERBMIX = 0.0F;
constexpr auto EAX_BUFFER_MAXREVERBMIX = 1.0F;
constexpr auto EAX_REVERBMIX_USEDISTANCE = -1.0F;