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
1.4
Russell Bryant 19 years ago
parent 9bb2b196ce
commit 89285ade68

@ -375,9 +375,6 @@ struct ast_sla_box {
ASTOBJ_CONTAINER_COMPONENTS(struct ast_sla); ASTOBJ_CONTAINER_COMPONENTS(struct ast_sla);
} slas; } 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 /*! The number of audio buffers to be allocated on pseudo channels
* when in a conference */ * when in a conference */
static int audio_buffers; static int audio_buffers;

Loading…
Cancel
Save