From 8eeed7eddc789151cbffe62ed6bfd77612266bf1 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 27 Oct 2010 12:07:49 -0400 Subject: [PATCH] Remove LONGTERMTODO item that I'll never fix --- src/hb-ot-layout-gsubgpos-private.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index c13cddf2f..8268d0f43 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -395,9 +395,6 @@ struct ContextFormat2 const ClassDef &class_def = this+classDef; index = class_def (c->buffer->info[c->buffer->i].codepoint); const RuleSet &rule_set = this+ruleSet[index]; - /* LONGTERMTODO: Old code fetches glyph classes at most once and caches - * them across subrule lookups. Not sure it's worth it. - */ struct ContextLookupContext lookup_context = { {match_class, apply_func}, &class_def @@ -688,9 +685,6 @@ struct ChainContextFormat2 index = input_class_def (c->buffer->info[c->buffer->i].codepoint); const ChainRuleSet &rule_set = this+ruleSet[index]; - /* LONGTERMTODO: Old code fetches glyph classes at most once and caches - * them across subrule lookups. Not sure it's worth it. - */ struct ChainContextLookupContext lookup_context = { {match_class, apply_func}, {&backtrack_class_def,