Skip to content

Commit

Permalink
We don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed May 8, 2024
1 parent 8045c97 commit d2c1bc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Lib/ufo2ft/instructionCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ def _check_glyph_hash(

# Check the stored glyph hash against the TTGlyph that is being built

hash_pen = HashPointPen(glyph.width, self.ufo)
round_pen = RoundingPointPen(
hash_pen, transformRoundFunc=partial(floatToFixedToFloat, precisionBits=14)
)
glyph.drawPoints(round_pen)

ttwidth = self.otf["hmtx"][glyph.name][0]
hash_pen = HashPointPen(ttwidth, self.otf.getGlyphSet())
round_pen = RoundingPointPen(
Expand Down

0 comments on commit d2c1bc6

Please sign in to comment.