Lots more removal of deprecated things

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-09-21 21:59:12 +00:00
parent f1d824aaba
commit 6ae8741518
20 changed files with 74 additions and 2148 deletions

View File

@@ -345,11 +345,6 @@ out: v = v->next;
/*
* CLI entries for commands provided by this module
*/
static struct ast_cli_entry cli_show_indications_deprecated = {
{ "show", "indications", NULL },
handle_show_indications, NULL,
NULL };
static struct ast_cli_entry cli_indications[] = {
{ { "indication", "add", NULL },
handle_add_indication, "Add the given indication to the country",
@@ -361,7 +356,7 @@ static struct ast_cli_entry cli_indications[] = {
{ { "indication", "list", NULL },
handle_show_indications, "Display a list of all countries/indications",
help_show_indications, NULL, &cli_show_indications_deprecated },
help_show_indications },
};
/*