Remove TODO that is not gonna be done
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 17 Jul 2018 17:09:03 +0000 (19:09 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 17 Jul 2018 17:09:03 +0000 (19:09 +0200)
Previously the idea was to cache sanitize results externally (think,
in Fontconfig) and avoid resanitizing every time.  That's, not a good
idea.

src/hb-open-type-private.hh

index 26afb90..457e58c 100644 (file)
@@ -283,8 +283,6 @@ struct hb_sanitize_context_t :
   {
     bool sane;
 
-    /* TODO is_sane() stuff */
-
     init (blob);
 
   retry: