white space cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7375 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-27 02:45:25 +00:00
parent 625c4a0a04
commit b28b664627
1 changed files with 0 additions and 3 deletions

View File

@ -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,