dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@51340 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-01-19 21:21:03 +00:00
parent 5e125dba8f
commit 4430ca3d67
1 changed files with 0 additions and 3 deletions

View File

@ -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;