diff options
author | Chris Robinson <[email protected]> | 2018-12-15 23:28:49 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-15 23:28:49 -0800 |
commit | 741861eaa62bd555255f19467fa115a12b7fd577 (patch) | |
tree | 355ace44252d63c55760ad1747bff8a24b089cf2 /Alc/bformatdec.cpp | |
parent | a6a5634adb1bdec44fa7cb8557e5b6d59642d7aa (diff) |
Put the ACN index map in a header
Also put it and the Ambisonic scales in a more appropriate header.
Diffstat (limited to 'Alc/bformatdec.cpp')
-rw-r--r-- | Alc/bformatdec.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/bformatdec.cpp b/Alc/bformatdec.cpp index d92c84db..9c6e3dff 100644 --- a/Alc/bformatdec.cpp +++ b/Alc/bformatdec.cpp @@ -17,11 +17,6 @@ #include "almalloc.h" -constexpr float AmbiScale::N3D2N3D[MAX_AMBI_COEFFS]; -constexpr float AmbiScale::SN3D2N3D[MAX_AMBI_COEFFS]; -constexpr float AmbiScale::FuMa2N3D[MAX_AMBI_COEFFS]; - - namespace { #define HF_BAND 0 |