[subset-cff] Remove commented-out line

pull/4004/head
Behdad Esfahbod 2 years ago
parent d5e1748f31
commit f8c578fd93
  1. 3
      src/hb-subset-cff-common.hh

@ -712,8 +712,7 @@ struct subr_subsetter_t
* The compacting both saves memory and makes further operations
* faster.
*/
//if (plan->inprogress_accelerator)
parsed_charstrings[i].compact ();
parsed_charstrings[i].compact ();
}
/* Since parsed strings were loaded from accelerator, we still need

Loading…
Cancel
Save