summaryrefslogtreecommitdiff
path: root/res/res_indications.c
diff options
context:
space:
mode:
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 },
};
/*