mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Remove duplicate module info block
The module info block was repeated twice. Once is sufficient. ........ Merged revisions 400881 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@400882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
/*** MODULEINFO
|
||||
<depend>pjproject</depend>
|
||||
<depend>res_pjsip</depend>
|
||||
<depend>res_pjsip_pubsub</depend>
|
||||
<support_level>core</support_level>
|
||||
***/
|
||||
|
||||
@@ -37,13 +38,6 @@
|
||||
#include "asterisk/stasis.h"
|
||||
#include "asterisk/app.h"
|
||||
|
||||
/*** MODULEINFO
|
||||
<depend>pjproject</depend>
|
||||
<depend>res_pjsip</depend>
|
||||
<depend>res_pjsip_pubsub</depend>
|
||||
<support_level>core</support_level>
|
||||
***/
|
||||
|
||||
struct mwi_subscription;
|
||||
AO2_GLOBAL_OBJ_STATIC(unsolicited_mwi);
|
||||
|
||||
|
Reference in New Issue
Block a user