remove an unused function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Luigi Rizzo 20 years ago
parent cce2057f08
commit 0c8f2f1e4c

@ -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);
}
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[])
{
#define FORMAT_STRING "%-25s %-20s %-20s\n"

Loading…
Cancel
Save