summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2013-06-14 18:50:21 +0000
committerKinsey Moore <kmoore@digium.com>2013-06-14 18:50:21 +0000
commitb5a10ad9728078826a466c9765b2da6883dbd115 (patch)
treee7f8ee3722d2b2d47eb79a99d2d67b18b1d91e34 /include/asterisk
parent9a43a7e575882c5ab495da9b53c6cadb8723bc1f (diff)
Revert parts of r391855 that were not ready to go in to trunk
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@391856 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/stasis_bridging.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/stasis_bridging.h b/include/asterisk/stasis_bridging.h
index 76f4a9fed..a9366e73d 100644
--- a/include/asterisk/stasis_bridging.h
+++ b/include/asterisk/stasis_bridging.h
@@ -39,8 +39,6 @@ struct ast_bridge_snapshot {
AST_STRING_FIELD(uniqueid);
/*! Bridge technology that is handling the bridge */
AST_STRING_FIELD(technology);
- /*! Bridge subclass that is handling the bridge */
- AST_STRING_FIELD(subclass);
);
/*! AO2 container of bare channel uniqueid strings participating in the bridge.
* Allocated from ast_str_container_alloc() */