summaryrefslogtreecommitdiff
path: root/main/features.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-15 15:12:16 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-15 15:12:16 +0000
commit6d24165deef959b5eed2733497da524958ce82b5 (patch)
treea08c620c5bfd897c345abe1c0cacf6733b094178 /main/features.c
parent5f40a6625dcd128092d18533b6d4586d11aadccb (diff)
Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_CHANNEL_1, and AST_BRIDGE_IGNORE_SIGS.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396734 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/features.c')
-rw-r--r--main/features.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/features.c b/main/features.c
index 3df0555af..85dd41302 100644
--- a/main/features.c
+++ b/main/features.c
@@ -397,9 +397,6 @@ static int builtin_feature_get_exten(struct ast_channel *chan, const char *featu
static void set_config_flags(struct ast_channel *chan, struct ast_bridge_config *config)
{
-/* BUGBUG there is code that checks AST_BRIDGE_IGNORE_SIGS but no code to set it. */
-/* BUGBUG there is code that checks AST_BRIDGE_REC_CHANNEL_0 but no code to set it. */
-/* BUGBUG there is code that checks AST_BRIDGE_REC_CHANNEL_1 but no code to set it. */
ast_clear_flag(config, AST_FLAGS_ALL);
if (ast_test_flag(&config->features_caller, AST_FEATURE_DTMF_MASK)) {