summaryrefslogtreecommitdiff
path: root/res/res_snmp.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-06-05 20:46:27 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-06-05 20:46:27 +0000
commite856010714a91f3cf784fb3a951fdbc348e05f32 (patch)
treed5827333b38eac990d3ee179fd35122c76faa02d /res/res_snmp.c
parent8a95a1ddc10aa322eebd64b71a0ff546e1b6af50 (diff)
use module names, not file names, in menuselect
work around XML parsing bug in menuselect for default sounds package git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32407 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_snmp.c')
-rw-r--r--res/res_snmp.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/res_snmp.c b/res/res_snmp.c
index 39e2cdb36..5fb48d5d4 100644
--- a/res/res_snmp.c
+++ b/res/res_snmp.c
@@ -141,13 +141,3 @@ const char *description(void)
{
return MODULE_DESCRIPTION;
}
-
-/*
- * Local Variables:
- * c-file-style: gnu
- * c-basic-offset: 4
- * c-file-offsets: ((case-label . 0))
- * tab-width: 4
- * indent-tabs-mode: t
- * End:
- */