Blob Blame History Raw
From 3ec797d96b9c5c751d133f8a7d37eb4541feabb1 Mon Sep 17 00:00:00 2001
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Fri, 3 Aug 2012 13:39:54 +0400
Subject: [PATCH 16/19] Drop unused variables

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
 core/plug-in/ilbc/ilbc.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/core/plug-in/ilbc/ilbc.c b/core/plug-in/ilbc/ilbc.c
index 79594c1..326576d 100644
--- a/core/plug-in/ilbc/ilbc.c
+++ b/core/plug-in/ilbc/ilbc.c
@@ -36,7 +36,6 @@
 #include "iLBC_define.h"
 #include "iLBC_encode.h"
 #include "iLBC_decode.h"
-#include "constants.h"
 /**
  * @file plug-in/ilbc/ilbc.c
  * iLBC support 
@@ -55,9 +54,6 @@
 #define ILBC30  30 
 #define ILBC20  20
 
-extern const iLBC_ULP_Inst_t ULP_20msTbl;
-extern const iLBC_ULP_Inst_t ULP_30msTbl;
-
 static int iLBC_2_Pcm16_Ext( unsigned char* out_buf, unsigned char* in_buf, unsigned int size,
 			     unsigned int channels, unsigned int rate, long h_codec, int mode );
 
-- 
1.8.3.1