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