diff options
author | Chris Robinson <[email protected]> | 2017-02-28 19:44:34 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-28 19:48:44 -0800 |
commit | 6f2a30dea208f7b6fea2062bf05ebdd45562ee24 (patch) | |
tree | 27ea7682f4a27e185827a2a5bc6a783ab7eade0b /Alc/bformatdec.h | |
parent | d3365f1b5b538dd261d9114fb31877b8dba5285d (diff) |
Remove an unneeded function
Diffstat (limited to 'Alc/bformatdec.h')
-rw-r--r-- | Alc/bformatdec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/bformatdec.h b/Alc/bformatdec.h index 889d59f4..162f2652 100644 --- a/Alc/bformatdec.h +++ b/Alc/bformatdec.h @@ -28,7 +28,6 @@ struct AmbiUpsampler; struct BFormatDec *bformatdec_alloc(); void bformatdec_free(struct BFormatDec *dec); -int bformatdec_getOrder(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. */ |