remove comment that has been addressed

This commit is contained in:
Rod Sheeter
2015-04-22 15:55:53 -07:00
parent 56e5e74d34
commit cbd682fcc9
-1
View File
@@ -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());
}