summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-01-19 21:21:03 +0000
committerRussell Bryant <russell@russellbryant.com>2007-01-19 21:21:03 +0000
commitcde480e400af1e4e88a603f3af61757a68fe382a (patch)
treeca082749c67bb44cb00f0e02e2971133a1b2d012 /apps
parent73409003e2756f9e6ef45aa3198e75411e637a45 (diff)
Merged revisions 51339 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r51339 | russell | 2007-01-19 15:20:20 -0600 (Fri, 19 Jan 2007) | 2 lines Remove a variable that was declared twice. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51340 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 0d82ea95f..2ce262c00 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -379,9 +379,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;