From f8e42423ba838f74caab37dc1e0a103542121193 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Thu, 3 Jun 2010 17:21:06 +0000 Subject: Merged revisions 267492 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r267492 | mmichelson | 2010-06-03 12:09:11 -0500 (Thu, 03 Jun 2010) | 6 lines Remove unnecessary code relating to PLC. The logic for handling generic PLC is now handled in ast_write in channel.c instead of in translation code. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@267507 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/translate.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h index 01841ee01..734081518 100644 --- a/include/asterisk/translate.h +++ b/include/asterisk/translate.h @@ -104,10 +104,8 @@ struct ast_translator { */ int buf_size; - int desc_size; /*!< size of private descriptor in pvt->pvt, if any */ - int plc_samples; /*!< set to the plc block size if used, 0 otherwise */ - int useplc; /*!< current status of plc, changed at runtime */ - int native_plc; /*!< true if the translator can do native plc */ + int desc_size; /*!< size of private descriptor in pvt->pvt, if any */ + int native_plc; /*!< true if the translator can do native plc */ struct ast_module *module; /* opaque reference to the parent module */ -- cgit v1.2.3