From cbd682fcc90a673d119a98982c1c2d0c2491a278 Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Wed, 22 Apr 2015 15:55:53 -0700 Subject: [PATCH] remove comment that has been addressed --- src/transform.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transform.cc b/src/transform.cc index 8b3731b..66c6e08 100644 --- a/src/transform.cc +++ b/src/transform.cc @@ -140,7 +140,6 @@ class GlyfEncoder { if (ShouldWriteSimpleGlyphBbox(glyph)) { WriteBbox(glyph_id, glyph); } - // TODO: check that bbox matches, write bbox if not for (int i = 0; i < num_contours; i++) { Write255UShort(&n_points_stream_, glyph.contours[i].size()); }