diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-08-26 00:47:55 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-08-26 00:47:55 -0700 |
commit | 963413fc5454d92621ae83a8d9c9324e404b8166 (patch) | |
tree | 5a7da29a837b76b7d71bb7e4028b4ae7b201dce2 /src/hb-ot-cmap-table.hh | |
parent | e6cb9380651c753485f721bd3df523d03be41d91 (diff) |
WIP
Diffstat (limited to 'src/hb-ot-cmap-table.hh')
-rw-r--r-- | src/hb-ot-cmap-table.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh index cdf67f1e..c357714e 100644 --- a/src/hb-ot-cmap-table.hh +++ b/src/hb-ot-cmap-table.hh @@ -1018,7 +1018,6 @@ struct cmap { inline void init (hb_face_t *face) { - /* TODO Switch to using table from face->ot.table. */ this->blob = hb_sanitize_context_t().reference_table<cmap> (face); const cmap *table = this->blob->as<cmap> (); const CmapSubtableFormat14 *subtable_uvs = nullptr; |