summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:17:39 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-09-21 21:17:39 +0000
commit2b55678e1f559bd1ecd81ba30106b253f3acd1fc (patch)
treef363c53cb57dcc4f7096ee473679d70a1bf1dae7 /main/file.c
parent8eece0894350afeeabac14b1c94ebcdaf038e301 (diff)
Remove deprecated CLI apps from the core
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43449 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/file.c b/main/file.c
index f130b99c8..766c38ab0 100644
--- a/main/file.c
+++ b/main/file.c
@@ -1152,15 +1152,10 @@ char show_file_formats_usage[] =
"Usage: core list file formats\n"
" Displays currently registered file formats (if any)\n";
-struct ast_cli_entry cli_show_file_formats_deprecated = {
- { "show", "file", "formats" },
- show_file_formats, NULL,
- NULL };
-
struct ast_cli_entry cli_file[] = {
{ { "file", "list", "formats" },
show_file_formats, "Displays file formats",
- show_file_formats_usage, NULL, &cli_show_file_formats_deprecated },
+ show_file_formats_usage },
};
int ast_file_init(void)