소스 검색

nb_celp: drop unused EXTRA_BUFFER define

Caught by -Wunused-macros
Tristan Matthews 6 달 전
부모
커밋
e21dea6835
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      libspeex/nb_celp.c

+ 0 - 7
libspeex/nb_celp.c

@@ -93,13 +93,6 @@ static const float exc_gain_quant_scal1[2]={0.70469f, 1.05127f};
 
 #endif
 
-#ifdef VORBIS_PSYCHO
-#define EXTRA_BUFFER 100
-#else
-#define EXTRA_BUFFER 0
-#endif
-
-
 extern const spx_word16_t lag_window[];
 extern const spx_word16_t lpc_window[];