Remove obsolete TODO item
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 10 Nov 2009 17:56:35 +0000 (12:56 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 10 Nov 2009 17:56:35 +0000 (12:56 -0500)
src/hb-open-file-private.hh

index dda6b94..7b83813 100644 (file)
@@ -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));
   }