summaryrefslogtreecommitdiff
path: root/res/res_indications.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:59:12 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:59:12 +0000
commit6ae874151842eef4da11c870c418dc4b2b6c9d4b (patch)
treef166bba69d92b06b74ab2323297f68cfcd7789fb /res/res_indications.c
parentf1d824aabacb3dfbda8c406e0d4e22c279cf2638 (diff)
Lots more removal of deprecated things
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_indications.c')
-rw-r--r--res/res_indications.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/res/res_indications.c b/res/res_indications.c
index 34ddf1e31..25a0d4d7c 100644
--- a/res/res_indications.c
+++ b/res/res_indications.c
@@ -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 },
};
/*