aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 21:36:17 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-31 21:36:17 +0000
commit1b9c0dc91e1e0f365ac65a842cffbe9eeca7683a (patch)
tree02a3efdbb322db18e9fe090b7b3c52c8c95d054e /include
parent49f2f8b000aaebaaa9d25375d43852a17dfdd1ae (diff)
revert changes that were the wrong way to address this... proper fix coming
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46713 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/translate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index 8f85e18d4..a03f54ef2 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -108,7 +108,6 @@ struct ast_translator {
struct ast_module *module; /* opaque reference to the parent module */
int cost; /*!< Cost in milliseconds for encoding/decoding 1 second of sound */
- int seen; /*!< If we have seen this translator before (optimize re-registration) */
AST_LIST_ENTRY(ast_translator) list; /*!< link field */
};