From d4e66faf61b2258ffaa7b3d2d2a39a8c86303163 Mon Sep 17 00:00:00 2001 From: jm Date: Fri, 9 Nov 2007 21:13:52 +0000 Subject: Removed the custom (non-standard) 4.8 kbps mode because it has been broken for a while. Recent improvements in the other modes (4 and 6 kbps) made it no longer useful anyway. git-svn-id: http://svn.xiph.org/trunk/speex@14117 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libspeex/modes_wb.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libspeex/modes_wb.c') diff --git a/libspeex/modes_wb.c b/libspeex/modes_wb.c index 2f71f08..52631a5 100644 --- a/libspeex/modes_wb.c +++ b/libspeex/modes_wb.c @@ -291,10 +291,6 @@ const SpeexMode speex_uwb_mode = { const SpeexMode * speex_lib_get_mode (int mode) { -#ifdef EPIC_48K - if (mode == SPEEX_MODEID_NB_48K) return &speex_nb_48k_mode; -#endif - if (mode < 0 || mode >= SPEEX_NB_MODES) return NULL; return speex_mode_list[mode]; -- cgit v1.2.3