summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-21 00:40:50 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-21 00:40:50 -0400
commit4eca6bc0c98b573cc28005413e40790af8b10930 (patch)
tree70bf0d66749e2112d3a2343b9d389dcbd86ea604
parent9091e0f4d59b4f6dec4b0992f86ddcc141c0b919 (diff)
downloadpango-4eca6bc0c98b573cc28005413e40790af8b10930.tar.gz
[HB] Remove stale TODO item
-rw-r--r--pango/opentype/hb-open-type-private.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/opentype/hb-open-type-private.hh b/pango/opentype/hb-open-type-private.hh
index 832d2ad1..994f6d8d 100644
--- a/pango/opentype/hb-open-type-private.hh
+++ b/pango/opentype/hb-open-type-private.hh
@@ -247,7 +247,6 @@ _hb_sanitize_edit (SANITIZE_ARG_DEF,
#define SANITIZE_OBJ(X) SANITIZE_MEM(&(X), sizeof (X))
#define SANITIZE_GET_SIZE() SANITIZE_SELF() && SANITIZE_MEM (this, this->get_size ())
-/* TODO Optimize this if L is fixed (gcc magic) */
#define SANITIZE_MEM(B,L) HB_LIKELY (_hb_sanitize_check (SANITIZE_ARG, CONST_CHARP(B), (L)))
#define SANITIZE_ARRAY(A,S,L) HB_LIKELY (_hb_sanitize_array (SANITIZE_ARG, CONST_CHARP(A), S, L))