[svn-commits] jpeeler: branch jpeeler/bug11261 r182688 - /team/jpeeler/bug11261/channels/h323/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 17 15:24:39 CDT 2009


Author: jpeeler
Date: Tue Mar 17 15:24:27 2009
New Revision: 182688

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=182688
Log:
remove unneeded define

Modified:
    team/jpeeler/bug11261/channels/h323/compat_h323.h

Modified: team/jpeeler/bug11261/channels/h323/compat_h323.h
URL: http://svn.digium.com/svn-view/asterisk/team/jpeeler/bug11261/channels/h323/compat_h323.h?view=diff&rev=182688&r1=182687&r2=182688
==============================================================================
--- team/jpeeler/bug11261/channels/h323/compat_h323.h (original)
+++ team/jpeeler/bug11261/channels/h323/compat_h323.h Tue Mar 17 15:24:27 2009
@@ -2,7 +2,6 @@
 #define COMPAT_H323_H
 
 #include "ast_ptlib.h"
-#define VERSION(a,b,c) ((a)*10000+(b)*100+(c))
 
 #if VERSION(OPENH323_MAJOR,OPENH323_MINOR,OPENH323_BUILD) < VERSION(1,17,3)
 /**




More information about the svn-commits mailing list