[glyf] Remove misplaced comment

This commit is contained in:
Behdad Esfahbod 2022-11-22 14:39:10 -07:00
parent 44be8ef4ce
commit 0ca9fda889
1 changed files with 1 additions and 2 deletions

View File

@ -269,7 +269,6 @@ struct SimpleGlyph
dest_bytes = hb_bytes_t ();
return true;
}
//convert absolute values to relative values
unsigned num_points = all_points.length - 4;
hb_vector_t<uint8_t> flags, x_coords, y_coords;