[asterisk-commits] rizzo: trunk r47789 - /trunk/channels/chan_oss.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Fri Nov 17 04:31:55 MST 2006
Author: rizzo
Date: Fri Nov 17 05:31:55 2006
New Revision: 47789
URL: http://svn.digium.com/view/asterisk?view=rev&rev=47789
Log:
remove an unused function
Modified:
trunk/channels/chan_oss.c
Modified: trunk/channels/chan_oss.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_oss.c?view=diff&rev=47789&r1=47788&r2=47789
==============================================================================
--- trunk/channels/chan_oss.c (original)
+++ trunk/channels/chan_oss.c Fri Nov 17 05:31:55 2006
@@ -1100,13 +1100,6 @@
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
*/
More information about the asterisk-commits
mailing list