[svn-commits] seanbright: trunk r218973 - /trunk/res/res_jabber.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Sep 16 15:32:54 CDT 2009
Author: seanbright
Date: Wed Sep 16 15:32:50 2009
New Revision: 218973
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=218973
Log:
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)
Modified:
trunk/res/res_jabber.c
Modified: trunk/res/res_jabber.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/res/res_jabber.c?view=diff&rev=218973&r1=218972&r2=218973
==============================================================================
--- trunk/res/res_jabber.c (original)
+++ trunk/res/res_jabber.c Wed Sep 16 15:32:50 2009
@@ -192,14 +192,6 @@
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);
More information about the svn-commits
mailing list