From a8cc0b5907e61199334a3a886fe22efe9cc17149 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 17 Jul 2018 19:09:03 +0200 Subject: [PATCH] Remove TODO that is not gonna be done 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 26afb909..457e58c4 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -283,8 +283,6 @@ struct hb_sanitize_context_t : { bool sane; - /* TODO is_sane() stuff */ - init (blob); retry: -- GitLab