From 1b9c0dc91e1e0f365ac65a842cffbe9eeca7683a Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 31 Oct 2006 21:36:17 +0000 Subject: 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 --- include/asterisk/translate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 */ }; -- cgit v1.2.3