From b55e30b0758c6f6d2f333ee98411bbc9518aa8e5 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 17 Nov 2006 11:31:55 +0000 Subject: remove an unused function git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47789 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_oss.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'channels') diff --git a/channels/chan_oss.c b/channels/chan_oss.c index 74e056692..3e68628e7 100644 --- a/channels/chan_oss.c +++ b/channels/chan_oss.c @@ -1100,13 +1100,6 @@ static char *console_autoanswer(struct ast_cli_entry *e, int cmd, struct ast_cli 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 */ -- cgit v1.2.3