aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-19 21:20:20 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-19 21:20:20 +0000
commitcbab1d895cd287ca54c86d6ed80812548c61e939 (patch)
tree5ac8dff69f9cf71c5c7b3bc753a6a80c88040cd9 /apps/app_meetme.c
parent41e12d1128fad8d55774af314fa127e2fdbd29c7 (diff)
Remove a variable that was declared twice.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@51339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_meetme.c')
-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 4ebe61c1c..431a4fd72 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;