summaryrefslogtreecommitdiff
path: root/src/hb-buffer-private.hh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-10-27 17:39:01 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-11-02 19:12:58 -0400
commit98370e89d1bff248737b482d129c2a4deb8bfd95 (patch)
tree553c3770ff2b2271dd0f94ca7c9de24e26fafe11 /src/hb-buffer-private.hh
parent870e2d6eac01d004c72a925ea93e6823251d5fa2 (diff)
WIP removing external synthesized GDEF support and implementing it internally
Diffstat (limited to 'src/hb-buffer-private.hh')
-rw-r--r--src/hb-buffer-private.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/hb-buffer-private.hh b/src/hb-buffer-private.hh
index de698ede..a1291651 100644
--- a/src/hb-buffer-private.hh
+++ b/src/hb-buffer-private.hh
@@ -35,10 +35,6 @@
HB_BEGIN_DECLS
-/* XXX */
-#define HB_BUFFER_GLYPH_PROPERTIES_UNKNOWN 0xFFFF
-#define gproperty() var2.u32
-
ASSERT_STATIC (sizeof (hb_glyph_info_t) == 20);
ASSERT_STATIC (sizeof (hb_glyph_info_t) == sizeof (hb_glyph_position_t));