aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-09 19:40:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-09 19:40:01 +0000
commitde5a432d693816493a78c503f111fabf87455678 (patch)
treec516c910a7d645afe17cde815dad9851883d8d18 /include
parent24f2c98adb85896abcb93d2be8cc9a160cbcb498 (diff)
Remove unused channel fields (bug #3301)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4735 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 2bd38b217..294d15557 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -98,10 +98,6 @@ struct ast_channel {
/*! Who are we bridged to, if we're bridged Do not access directly,
use ast_bridged_channel(chan) */
struct ast_channel *_bridge;
- /*! Who did we call? */
- struct ast_channel *dialed;
- /*! Who called us? */
- struct ast_channel *dialing;
/*! Channel that will masquerade as us */
struct ast_channel *masq;
/*! Who we are masquerading as */