Remove obsolete TODO item

This commit is contained in:
Behdad Esfahbod 2009-11-10 12:56:35 -05:00
parent bf2b25dd85
commit 636f017e38
1 changed files with 0 additions and 2 deletions

View 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));
}