mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user