aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 15:54:32 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-24 15:54:32 +0000
commitc73a78b57a596fc2b81f7321b550cb3c0a3d8981 (patch)
treea2f3fe14b26f1842df99a80bf7928ad045dba571 /channels/chan_mgcp.c
parentde60bf9c818d682737e7ba272e4803746c25a702 (diff)
Remove dependency on res_features from some channel drivers. It is now part of the core and no longer exists as a module.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100112 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_mgcp.c')
-rw-r--r--channels/chan_mgcp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 624013283..526e8e266 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -27,9 +27,6 @@
*
* \ingroup channel_drivers
*/
-/*** MODULEINFO
- <depend>res_features</depend>
- ***/
#include "asterisk.h"