Remove some unused defines from res_jabber.

(closes issue #15359)
Reported by: snuffy
Patches:
      bug_res_jabber_unused_defines.diff uploaded by snuffy (license 35)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@218973 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2009-09-16 20:32:50 +00:00
parent 19aeff195a
commit d8a2d3dedf

View File

@@ -192,14 +192,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
need to read both files */
#define JABBER_CONFIG "jabber.conf"
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif
/*-- Forward declarations */
static void aji_buddy_destroy(struct aji_buddy *obj);
static void aji_client_destroy(struct aji_client *obj);