dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 59180 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r59180 | kpfleming | 2007-03-22 16:34:22 -0700 (Thu, 22 Mar 2007) | 2 lines

remove variables that are no longer used (--enable-dev-mode is good, developers should be using it)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59181 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-03-22 23:39:26 +00:00
parent 63bdd09ee4
commit 14b1927e93
1 changed files with 0 additions and 3 deletions

View File

@ -302,9 +302,6 @@ static const char misdn_type[] = "mISDN";
static int tracing = 0 ;
static char **misdn_key_vector=NULL;
static int misdn_key_vector_size=0;
/* Only alaw and mulaw is allowed for now */
static int prefformat = AST_FORMAT_ALAW ; /* AST_FORMAT_SLINEAR ; AST_FORMAT_ULAW | */