pango r2553 - trunk/pango/opentype



Author: behdad
Date: Thu Jan 24 04:42:24 2008
New Revision: 2553
URL: http://svn.gnome.org/viewvc/pango?rev=2553&view=rev

Log:
Remove unused macro


Modified:
   trunk/pango/opentype/harfbuzz-impl.h

Modified: trunk/pango/opentype/harfbuzz-impl.h
==============================================================================
--- trunk/pango/opentype/harfbuzz-impl.h	(original)
+++ trunk/pango/opentype/harfbuzz-impl.h	Thu Jan 24 04:42:24 2008
@@ -67,8 +67,6 @@
 #define HB_LIKELY(cond) (cond)
 #define HB_UNLIKELY(cond) (cond)
 
-#define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0]))
-
 
 #define  ALLOC(_ptr,_size)   \
            ( (_ptr) = _hb_alloc( _size, &error ), error != 0 )



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]