summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 40f686784..49372b77b 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -289,8 +289,6 @@ struct ast_channel {
char dtmfq[AST_MAX_EXTENSION];
/*! DTMF frame */
struct ast_frame dtmff;
- /*! Private channel implementation details */
- struct ast_channel_pvt *pvt;
/*! PBX private structure */
struct ast_pbx *pbx;