aboutsummaryrefslogtreecommitdiffstats
path: root/alc/ambidefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/ambidefs.h')
-rw-r--r--alc/ambidefs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/alc/ambidefs.h b/alc/ambidefs.h
index 4b6d80f6..a38c4900 100644
--- a/alc/ambidefs.h
+++ b/alc/ambidefs.h
@@ -120,11 +120,6 @@ struct AmbiIndex {
static constexpr std::array<uint8_t,MAX_AMBI2D_CHANNELS> From2D{{
0, 1,3, 4,8, 9,15
}};
-
- static constexpr std::array<uint8_t,MAX_AMBI_CHANNELS> From3D{{
- 0, 1, 2, 3, 4, 5, 6, 7,
- 8, 9, 10, 11, 12, 13, 14, 15
- }};
};
#endif /* AMBIDEFS_H */