[asterisk-commits] russell: branch 1.4 r51339 - /branches/1.4/apps/app_meetme.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Jan 19 14:20:21 MST 2007


Author: russell
Date: Fri Jan 19 15:20:20 2007
New Revision: 51339

URL: http://svn.digium.com/view/asterisk?view=rev&rev=51339
Log:
Remove a variable that was declared twice.

Modified:
    branches/1.4/apps/app_meetme.c

Modified: branches/1.4/apps/app_meetme.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_meetme.c?view=diff&rev=51339&r1=51338&r2=51339
==============================================================================
--- branches/1.4/apps/app_meetme.c (original)
+++ branches/1.4/apps/app_meetme.c Fri Jan 19 15:20:20 2007
@@ -375,9 +375,6 @@
 	ASTOBJ_CONTAINER_COMPONENTS(struct ast_sla);
 } slas;
 
-static int audio_buffers;			/*!< The number of audio buffers to be allocated on pseudo channels
-						   when in a conference
-						*/
 /*! The number of audio buffers to be allocated on pseudo channels
  *  when in a conference */
 static int audio_buffers;



More information about the asterisk-commits mailing list