From ed79dff517bacfc87279079d5d42d079c21a0373 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 21 Apr 2013 15:39:25 -0400 Subject: [PATCH] Minor --- src/hb-ot-layout-gpos-table.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hb-ot-layout-gpos-table.hh b/src/hb-ot-layout-gpos-table.hh index b2b5e9a..56b3a4f 100644 --- a/src/hb-ot-layout-gpos-table.hh +++ b/src/hb-ot-layout-gpos-table.hh @@ -710,8 +710,6 @@ struct PairPosFormat2 TRACE_COLLECT_GLYPHS (this); /* (this+coverage).add_coverage (c->input); // Don't need this. */ - /* TODO only add values for pairs that have nonzero adjustments. */ - unsigned int count1 = class1Count; const ClassDef &klass1 = this+classDef1; for (unsigned int i = 0; i < count1; i++) @@ -1014,7 +1012,6 @@ struct MarkBasePosFormat1 TRACE_COLLECT_GLYPHS (this); (this+markCoverage).add_coverage (c->input); (this+baseCoverage).add_coverage (c->input); - /* TODO only add combinations that have nonzero adjustment. */ } inline const Coverage &get_coverage (void) const @@ -1118,7 +1115,6 @@ struct MarkLigPosFormat1 TRACE_COLLECT_GLYPHS (this); (this+markCoverage).add_coverage (c->input); (this+ligatureCoverage).add_coverage (c->input); - /* TODO only add combinations that have nonzero adjustment. */ } inline const Coverage &get_coverage (void) const @@ -1234,7 +1230,6 @@ struct MarkMarkPosFormat1 TRACE_COLLECT_GLYPHS (this); (this+mark1Coverage).add_coverage (c->input); (this+mark2Coverage).add_coverage (c->input); - /* TODO only add combinations that have nonzero adjustment. */ } inline const Coverage &get_coverage (void) const -- 2.7.4