mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 04:30:28 +00:00
remove an unused function
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1100,13 +1100,6 @@ static char *console_autoanswer(struct ast_cli_entry *e, int cmd, struct ast_cli
|
|||||||
return CLI_SUCCESS;
|
return CLI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *autoanswer_complete(const char *line, const char *word, int pos, int state)
|
|
||||||
{
|
|
||||||
static char *choices[] = { "on", "off", NULL };
|
|
||||||
|
|
||||||
return (pos != 3) ? NULL : ast_cli_complete(word, choices, state);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* answer command from the console
|
* answer command from the console
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user