aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_hasnewvoicemail.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 20:59:37 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 20:59:37 +0000
commitb20ae7f62104e13a7391835cfee5af99b5763776 (patch)
tree2ca4bd93b82d6165897888ad66209df5ea194ee1 /apps/app_hasnewvoicemail.c
parentfa48b08a6412061997e469c2c2fcbe9c9780185e (diff)
Rid compiler warning, make information meaningful in sip debug for codecs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2844 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_hasnewvoicemail.c')
-rwxr-xr-xapps/app_hasnewvoicemail.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index a345d0f83..ff660dc7e 100755
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -56,7 +56,6 @@ static char *hasvoicemail_descrip =
" Optionally sets <varname> to the number of messages in that folder."
" Assumes folder of INBOX if not specified.\n";
-static char *newtdesc = "Indicator for whether there are messages in INBOX.";
static char *app_hasnewvoicemail = "HasNewVoicemail";
static char *hasnewvoicemail_synopsis = "Conditionally branches to priority + 101";
static char *hasnewvoicemail_descrip =