aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/bformatdec.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-23 20:40:16 -0800
committerChris Robinson <[email protected]>2017-02-23 20:40:16 -0800
commit652ef2b7fd53bbc5040b9288e2c6a03ef1934879 (patch)
tree24c2790180cd2c2bd9bce2757adc695d3cc16229 /Alc/bformatdec.h
parentc2a79f0f7b1d8f9a868e3411797005cefcebafa1 (diff)
Remove an unused function
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r--Alc/bformatdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h
index 7447e382..889d59f4 100644
--- a/Alc/bformatdec.h
+++ b/Alc/bformatdec.h
@@ -29,7 +29,6 @@ struct AmbiUpsampler;
struct BFormatDec *bformatdec_alloc();
void bformatdec_free(struct BFormatDec *dec);
int bformatdec_getOrder(const struct BFormatDec *dec);
-int bformatdec_isPeriphonic(const struct BFormatDec *dec);
void bformatdec_reset(struct BFormatDec *dec, const struct AmbDecConf *conf, ALsizei chancount, ALuint srate, const ALsizei chanmap[MAX_OUTPUT_CHANNELS]);
/* Decodes the ambisonic input to the given output channels. */