From 66e282df32410831f1c4e157e9dcf8c76f2bc3d8 Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Wed, 14 Feb 2018 15:31:13 -0800 Subject: [PATCH] [subset] remove TODO that was already done --- src/hb-subset-plan.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-subset-plan.hh b/src/hb-subset-plan.hh index 0a43eb90b..9a4308f9d 100644 --- a/src/hb-subset-plan.hh +++ b/src/hb-subset-plan.hh @@ -38,7 +38,6 @@ struct hb_subset_plan_t { // TODO(Q1) actual map, drop this crap // Look at me ma, I'm a poor mans map codepoint : new gid // codepoints is sorted and aligned with gids_to_retain. - // TODO Also you should init/fini those arrays hb_prealloced_array_t codepoints; hb_prealloced_array_t gids_to_retain; hb_prealloced_array_t gids_to_retain_sorted;