]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove a variable that was declared twice.
authorRussell Bryant <russell@russellbryant.com>
Fri, 19 Jan 2007 21:20:20 +0000 (21:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 19 Jan 2007 21:20:20 +0000 (21:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51339 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_meetme.c

index 4ebe61c1c9424dc37ac4d951693ed00faf78706f..431a4fd72ed87fcbfb5055ba29f807d80c9f048d 100644 (file)
@@ -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;