[Asterisk-cvs] asterisk/apps app_voicemail.c,1.54,1.55

markster at lists.digium.com markster at lists.digium.com
Wed Jan 28 15:14:00 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv29913/apps

Modified Files:
	app_voicemail.c 
Log Message:
Elminate unused code/warnings (bug #934)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- app_voicemail.c	27 Jan 2004 00:37:47 -0000	1.54
+++ app_voicemail.c	28 Jan 2004 21:06:03 -0000	1.55
@@ -2065,6 +2065,7 @@
 	
 }
 
+/*
 static void adsi_clear(struct ast_channel *chan)
 {
 	char buf[256];
@@ -2076,6 +2077,7 @@
 
 	adsi_transmit_message(chan, buf, bytes, ADSI_MSG_DISPLAY);
 }
+*/
 
 static void adsi_goodbye(struct ast_channel *chan)
 {




More information about the svn-commits mailing list