aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.cpp')
-rw-r--r--alc/alu.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp
index 2fe87ab6..7af21245 100644
--- a/alc/alu.cpp
+++ b/alc/alu.cpp
@@ -108,12 +108,6 @@ namespace {
using uint = unsigned int;
using namespace std::chrono;
-constexpr uint MaxPitch{10};
-
-static_assert((BufferLineSize-1)/MaxPitch > 0, "MaxPitch is too large for BufferLineSize!");
-static_assert((INT_MAX>>MixerFracBits)/MaxPitch > BufferLineSize,
- "MaxPitch and/or BufferLineSize are too large for MixerFracBits!");
-
using namespace std::placeholders;
float InitConeScale()