summaryrefslogtreecommitdiff
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-11-17 11:31:55 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-11-17 11:31:55 +0000
commitb55e30b0758c6f6d2f333ee98411bbc9518aa8e5 (patch)
treeceb8d3e41142683a271881c517484e2075714ed8 /channels/chan_oss.c
parent779f4c0e0a9a6a7151256a17d9ac87a31f4b39f7 (diff)
remove an unused function
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47789 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_oss.c')
-rw-r--r--channels/chan_oss.c7
1 files changed, 0 insertions, 7 deletions
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
*/