Elminate unused code/warnings (bug #934)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2085 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-01-28 21:06:03 +00:00
parent 1c838758c3
commit 32e131862d
6 changed files with 16 additions and 2 deletions

View File

@@ -2065,6 +2065,7 @@ static void adsi_status2(struct ast_channel *chan, char *folder, int messages)
}
/*
static void adsi_clear(struct ast_channel *chan)
{
char buf[256];
@@ -2076,6 +2077,7 @@ static void adsi_clear(struct ast_channel *chan)
adsi_transmit_message(chan, buf, bytes, ADSI_MSG_DISPLAY);
}
*/
static void adsi_goodbye(struct ast_channel *chan)
{