From: Russell Bryant Date: Fri, 19 Jan 2007 21:20:20 +0000 (+0000) Subject: Remove a variable that was declared twice. X-Git-Tag: 1.4.1~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89285ade68284b71aa3a992694661ce13a070a4c;p=thirdparty%2Fasterisk.git Remove a variable that was declared twice. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51339 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 4ebe61c1c9..431a4fd72e 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -375,9 +375,6 @@ struct ast_sla_box { 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;