bridge.h: Remove redundant struct ast_bridge_channel forward declaration.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@415427 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2014-06-07 00:41:33 +00:00
parent 9608543a7a
commit 7cccdb70d4

View File

@@ -243,8 +243,6 @@ struct ast_bridge_methods {
ast_bridge_merge_priority_fn get_merge_priority; ast_bridge_merge_priority_fn get_merge_priority;
}; };
struct ast_bridge_channel;
/*! Softmix technology parameters. */ /*! Softmix technology parameters. */
struct ast_bridge_softmix { struct ast_bridge_softmix {
/*! The video mode softmix is using */ /*! The video mode softmix is using */