From 2a2a1439668c0ddf528efe04673d2ba15ae78ce0 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 21 Sep 2006 21:59:12 +0000 Subject: Lots more removal of deprecated things git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43452 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_features.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'res/res_features.c') 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", -- cgit v1.2.3