diff options
Diffstat (limited to 'alc')
-rw-r--r-- | alc/alu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alu.cpp b/alc/alu.cpp index 8f056e7c..2c0093ed 100644 --- a/alc/alu.cpp +++ b/alc/alu.cpp @@ -100,7 +100,6 @@ struct BSincTag; struct FastBSincTag; -static_assert(MaxResamplerPadding >= BSincPointsMax, "MaxResamplerPadding is too small"); static_assert(!(MaxResamplerPadding&1), "MaxResamplerPadding is not a multiple of two"); |