Module: sems
Branch: master
Commit: e5980423a811c1f40a37e312f5411948e0ebb536
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e5980423a811c1f40a37e312f5411948e0ebb536

Author: Peter Lemenkov <lemen...@gmail.com>
Committer: Peter Lemenkov <lemen...@gmail.com>
Date:   Fri Aug  3 13:39:54 2012 +0400

Drop unused variables

Signed-off-by: Peter Lemenkov <lemen...@gmail.com>

---

 core/plug-in/ilbc/ilbc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/core/plug-in/ilbc/ilbc.c b/core/plug-in/ilbc/ilbc.c
index 0fae13a..76e6a4f 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 );
 

_______________________________________________
Semsdev mailing list
Semsdev@lists.iptel.org
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to