summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-01-24 04:42:24 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-01-24 04:42:24 +0000
commite8d3f32d6c0733add2d78634382171350c12ca3e (patch)
tree9c325ef75c0a9c40e1f6dee1d060dac97648378b
parent6a23eac38c2043c5470fe6297e1fe3eb6049c345 (diff)
downloadpango-e8d3f32d6c0733add2d78634382171350c12ca3e.tar.gz
Remove unused macro
svn path=/trunk/; revision=2553
-rw-r--r--pango/opentype/harfbuzz-impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/opentype/harfbuzz-impl.h b/pango/opentype/harfbuzz-impl.h
index 883b099b..0442e4e2 100644
--- a/pango/opentype/harfbuzz-impl.h
+++ b/pango/opentype/harfbuzz-impl.h
@@ -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 )