projects
/
profile
/
ivi
/
org.tizen.video-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1784324
)
Remove unused macro
author
Behdad Esfahbod
<behdad@src.gnome.org>
Thu, 24 Jan 2008 04:42:24 +0000
(
04:42
+0000)
committer
Behdad Esfahbod
<behdad@src.gnome.org>
Thu, 24 Jan 2008 04:42:24 +0000
(
04:42
+0000)
src/harfbuzz-impl.h
patch
|
blob
|
history
diff --git
a/src/harfbuzz-impl.h
b/src/harfbuzz-impl.h
index
883b099
..
0442e4e
100644
(file)
--- a/
src/harfbuzz-impl.h
+++ b/
src/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 )