diff options
author | Chris Robinson <[email protected]> | 2017-02-23 20:40:16 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-23 20:40:16 -0800 |
commit | 652ef2b7fd53bbc5040b9288e2c6a03ef1934879 (patch) | |
tree | 24c2790180cd2c2bd9bce2757adc695d3cc16229 /Alc/bformatdec.c | |
parent | c2a79f0f7b1d8f9a868e3411797005cefcebafa1 (diff) |
Remove an unused function
Diffstat (limited to 'Alc/bformatdec.c')
-rw-r--r-- | Alc/bformatdec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Alc/bformatdec.c b/Alc/bformatdec.c index 955b9e4a..a0aa4e44 100644 --- a/Alc/bformatdec.c +++ b/Alc/bformatdec.c @@ -221,11 +221,6 @@ int bformatdec_getOrder(const struct BFormatDec *dec) return 0; } -int bformatdec_isPeriphonic(const struct BFormatDec *dec) -{ - return dec->Periphonic; -} - void bformatdec_reset(BFormatDec *dec, const AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS]) { static const ALsizei map2DTo3D[MAX_AMBI2D_COEFFS] = { |