diff --git a/src/mod/codecs/mod_speex/mod_speex.c b/src/mod/codecs/mod_speex/mod_speex.c index d0c87b93a1..6001f88beb 100644 --- a/src/mod/codecs/mod_speex/mod_speex.c +++ b/src/mod/codecs/mod_speex/mod_speex.c @@ -233,7 +233,6 @@ static switch_status_t switch_speex_decode(switch_codec_t *codec, return SWITCH_STATUS_SUCCESS; } - static switch_status_t switch_speex_destroy(switch_codec_t *codec) { int encoding, decoding; @@ -305,7 +304,6 @@ static switch_codec_implementation_t speex_16k_implementation = { /*.next */ &speex_32k_implementation }; - static switch_codec_implementation_t speex_8k_60ms_implementation = { /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.ianacode */ 98, @@ -351,7 +349,6 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = { }; - static switch_codec_implementation_t speex_8k_30ms_implementation = { /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.ianacode */ 98,