Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/modes_wb.c')
-rw-r--r--libspeex/modes_wb.c4
1 files changed, 0 insertions, 4 deletions
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];