dect
/
asterisk
Archived
13
0
Fork 0

remove unneeded define - it is already in asterisk.h

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23494 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-04-30 05:27:57 +00:00
parent 42ab0b1445
commit d419dcffbb
1 changed files with 0 additions and 3 deletions

View File

@ -79,9 +79,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#define MAX_PACKET_SIZE 8192
extern char ast_config_AST_KEY_DIR[];
#define DUNDI_MODEL_INBOUND (1 << 0)
#define DUNDI_MODEL_OUTBOUND (1 << 1)
#define DUNDI_MODEL_SYMMETRIC (DUNDI_MODEL_INBOUND | DUNDI_MODEL_OUTBOUND)