From b28b6646270fc29c93cb7fb7938ab43a08331175 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sun, 27 Jan 2008 02:45:25 +0000 Subject: [PATCH] white space cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7375 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/codecs/mod_speex/mod_speex.c | 3 --- 1 file changed, 3 deletions(-) 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,