From 59647fdb655bf6dc363c155b23bc817d195dc17d Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Wed, 28 Sep 2011 15:44:53 -0400 Subject: Misc. silk/ cleanups: static inline things which are only used in one file. --- silk/main.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'silk/main.h') diff --git a/silk/main.h b/silk/main.h index c3178ba4..c30c63ff 100644 --- a/silk/main.h +++ b/silk/main.h @@ -268,12 +268,6 @@ opus_int silk_VAD_Init( /* O Return value, 0 if silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */ ); -/* Silk VAD noise level estimation */ -void silk_VAD_GetNoiseLevels( - const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */ - silk_VAD_state *psSilk_VAD /* I/O Pointer to Silk VAD state */ -); - /* Get speech activity level in Q8 */ opus_int silk_VAD_GetSA_Q8( /* O Return value, 0 if success */ silk_encoder_state *psEncC, /* I/O Encoder state */ -- cgit v1.2.3