From 6f2a30dea208f7b6fea2062bf05ebdd45562ee24 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 28 Feb 2017 19:44:34 -0800 Subject: Remove an unneeded function --- Alc/bformatdec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Alc/bformatdec.h') 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. */ -- cgit v1.2.3