From 636f017e387d46d4083c9f9ee57647a94dc5dc6d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 10 Nov 2009 12:56:35 -0500 Subject: [PATCH] Remove obsolete TODO item --- src/hb-open-file-private.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index dda6b94..7b83813 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -147,8 +147,6 @@ struct TTCHeader TRACE_SANITIZE (); if (!SANITIZE (version)) return false; if (version.major < 1 || version.major > 2) return true; - /* TODO Maybe we shouldn't NEUTER these offsets, they may cause a full copy - * of the whole font right now. */ return table.sanitize (SANITIZE_ARG, CONST_CHARP(this), CONST_CHARP(this)); } -- 2.7.4