Remove unused macro
authorBehdad Esfahbod <behdad@src.gnome.org>
Thu, 24 Jan 2008 04:42:24 +0000 (04:42 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 24 Jan 2008 04:42:24 +0000 (04:42 +0000)
src/harfbuzz-impl.h

index 883b099..0442e4e 100644 (file)
@@ -67,8 +67,6 @@ HB_BEGIN_HEADER
 #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 )