aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_features.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 21:59:12 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-21 21:59:12 +0000
commit2a2a1439668c0ddf528efe04673d2ba15ae78ce0 (patch)
treef166bba69d92b06b74ab2323297f68cfcd7789fb /res/res_features.c
parent901e02171baea1df9d10e7562f9fe32f64354f1f (diff)
Lots more removal of deprecated things
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43452 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_features.c')
-rw-r--r--res/res_features.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 48e493e09..2dcf161b0 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1919,15 +1919,10 @@ static char showparked_help[] =
"Usage: show parkedcalls\n"
" Lists currently parked calls.\n";
-static struct ast_cli_entry cli_show_features_deprecated = {
- { "show", "features", NULL },
- handle_showfeatures, NULL,
- NULL };
-
static struct ast_cli_entry cli_features[] = {
{ { "feature", "list", NULL },
handle_showfeatures, "Lists configured features",
- showfeatures_help, NULL, &cli_show_features_deprecated },
+ showfeatures_help },
{ { "show", "parkedcalls", NULL },
handle_parkedcalls, "Lists parked calls",