remove an unused function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2006-11-16 21:57:23 +00:00
parent cce2057f08
commit 0c8f2f1e4c

View File

@@ -974,12 +974,6 @@ static char *complete_ch_4(const char *line, const char *word, int pos, int stat
return ast_complete_channels(line, word, pos, state, 3); return ast_complete_channels(line, word, pos, state, 3);
} }
static char *complete_ch_5(const char *line, const char *word, int pos, int state)
{
return ast_complete_channels(line, word, pos, state, 4);
}
static int group_show_channels(int fd, int argc, char *argv[]) static int group_show_channels(int fd, int argc, char *argv[])
{ {
#define FORMAT_STRING "%-25s %-20s %-20s\n" #define FORMAT_STRING "%-25s %-20s %-20s\n"