summaryrefslogtreecommitdiff
path: root/include/asterisk/translate.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2010-06-03 17:09:11 +0000
committerMark Michelson <mmichelson@digium.com>2010-06-03 17:09:11 +0000
commita68f5b96bcb1a975bec2014191faf67de7a73441 (patch)
tree1f2066e925b5c8961f31cf4d7310f0e628845827 /include/asterisk/translate.h
parentd1aacea4e3bec1e3eaa2ebd5938e7908724df763 (diff)
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. Review: https://reviewboard.asterisk.org/r/683/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267492 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/translate.h')
-rw-r--r--include/asterisk/translate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index 8a5ac2106..1d87adbf5 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -105,8 +105,6 @@ 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 */
struct ast_module *module; /*!< opaque reference to the parent module */